#C8908B

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

Shades of Oriental Pink #C8908B

Tints of Oriental Pink #C8908B

Color information

#C8908B (or 0xC8908B) is unknown color: approx Oriental Pink. HEX triplet: C8, 90 and 8B. RGB value is (200,144,139). Sum of RGB (Red+Green+Blue) = 200+144+139=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8908B is #376F74. Grayscale: #A0A0A0. Windows color (decimal): -3633013 or 9146568. OLE color: 9146568.

HSL color Cylindrical-coordinate representation of color #C8908B: hue angle of 4.92º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8908B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200144139-
CMYK00.280.300.22
HSL4.92º35.67%66.47%-
HSV(B)4.92º30.5%78.43%-
XYZ38.4534.0928.98-
YUV160.17116.05156.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 139 (54.69% from 255) = 28.78%
R=41.41%
G=29.81%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014413900.280.300.224.9235.6766.47
HexC8908B01C1E1652442
Octal3102202130343626544102
Binary11001000100100001000101101110011110101101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8908B; }

 p { color: rgb(200,144,139); }

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

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

 a { background-color: rgb(200,144,139); }

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

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

 span { border-color: rgb(200,144,139); }

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