#CC9187

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

Shades of Oriental Pink #CC9187

Tints of Oriental Pink #CC9187

Color information

#CC9187 (or 0xCC9187) is unknown color: approx Oriental Pink. HEX triplet: CC, 91 and 87. RGB value is (204,145,135). Sum of RGB (Red+Green+Blue) = 204+145+135=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9187 is #336E78. Grayscale: #A1A1A1. Windows color (decimal): -3370617 or 8884684. OLE color: 8884684.

HSL color Cylindrical-coordinate representation of color #CC9187: hue angle of 8.7º 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 #CC9187 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB204145135-
CMYK00.290.340.2
HSL8.7º40.35%66.47%-
HSV(B)8.7º33.82%80%-
XYZ39.434.8427.57-
YUV161.5113.05158.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.15%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=42.15%
G=29.96%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414513500.290.340.28.740.3566.47
HexCC918701D221492842
Octal31422120703542241150102
Binary1100110010010001100001110111011000101010010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9187; }

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

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

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

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

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

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

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

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