#CC8987

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

Shades of Oriental Pink #CC8987

Tints of Oriental Pink #CC8987

Color information

#CC8987 (or 0xCC8987) is unknown color: approx Oriental Pink. HEX triplet: CC, 89 and 87. RGB value is (204,137,135). Sum of RGB (Red+Green+Blue) = 204+137+135=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 135 (53.12% from 255 or 28.36% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8987 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8987 is #337678. Grayscale: #9C9C9C. Windows color (decimal): -3372665 or 8882636. OLE color: 8882636.

HSL color Cylindrical-coordinate representation of color #CC8987: hue angle of 1.74º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC8987 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204137135-
CMYK00.330.340.2
HSL1.74º40.35%66.47%-
HSV(B)1.74º33.82%80%-
XYZ38.2232.4827.18-
YUV156.8115.7161.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.86%
GREEN value IS 137 (53.91% from 255) = 28.78%
BLUE value IS 135 (53.12% from 255) = 28.36%
R=42.86%
G=28.78%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413713500.330.340.21.7440.3566.47
HexCC8987021221422842
Octal3142112070414224250102
Binary110011001000100110000111010000110001010100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8987; }

 p { color: rgb(204,137,135); }

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

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

 a { background-color: rgb(204,137,135); }

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

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

 span { border-color: rgb(204,137,135); }

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