#CC9185

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

Shades of Oriental Pink #CC9185

Tints of Oriental Pink #CC9185

Color information

#CC9185 (or 0xCC9185) is unknown color: approx Oriental Pink. HEX triplet: CC, 91 and 85. RGB value is (204,145,133). Sum of RGB (Red+Green+Blue) = 204+145+133=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9185 is #336E7A. Grayscale: #A1A1A1. Windows color (decimal): -3370619 or 8753612. OLE color: 8753612.

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

Color convert

RGB204145133-
CMYK00.290.350.2
HSL10.14º41.04%66.08%-
HSV(B)10.14º34.8%80%-
XYZ39.2634.7826.83-
YUV161.27112.05158.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.32%
GREEN value IS 145 (57.03% from 255) = 30.08%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=42.32%
G=30.08%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414513300.290.350.210.1441.0466.08
HexCC918501D2314a2942
Octal31422120503543241251102
Binary1100110010010001100001010111011000111010010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9185; }

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

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

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

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

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

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

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

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