#C28982

Color #C28982 Oriental Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oriental Pink #C28982

Tints of Oriental Pink #C28982

Color information

#C28982 (or 0xC28982) is unknown color: approx Oriental Pink. HEX triplet: C2, 89 and 82. RGB value is (194,137,130). Sum of RGB (Red+Green+Blue) = 194+137+130=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C28982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28982 is #3D767D. Grayscale: #999999. Windows color (decimal): -4028030 or 8554946. OLE color: 8554946.

HSL color Cylindrical-coordinate representation of color #C28982: hue angle of 6.56º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28982 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB194137130-
CMYK00.290.330.24
HSL6.56º34.41%63.53%-
HSV(B)6.56º32.99%76.08%-
XYZ35.2230.9725.24-
YUV153.24114.88157.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 137 (53.91% from 255) = 29.72%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=42.08%
G=29.72%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413713000.290.330.246.5634.4163.53
HexC2898201D211872240
Octal3022112020354130742100
Binary110000101000100110000010011101100001110001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28982; }

 p { color: rgb(194,137,130); }

 H1.HeaderClassName
 {
   color: #C28982;
 }
 .AnyTagClassName
 {
   color: #C28982;
 }
</style>
background-color css

<style>
 a { background-color: #C28982; }

 a { background-color: rgb(194,137,130); }

 div.DivClassName
 {
   background-color: #C28982;
 }
 .BgClassName
 {
   background-color: #C28982;
 }
</style>
border-color css

<style>
 span { border-color: #C28982; }

 span { border-color: rgb(194,137,130); }

 td.TdClassName
 {
   border-color: #C28982;
 }
 .TagClassName
 {
   border-color: #C28982;
 }
</style>