Html Css Color HEX #CC9187 Oriental Pink

📋 copy color: '#CC9187'

red 204 ◦ green 145 ◦ blue 135

#CC9187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oriental Pink #CC9187

Tints of Oriental Pink #CC9187

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.13% from 255) = 27.89%

R = 42.15%
G = 29.96%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC9187 (or 0xCC9187) is known color: 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

RGB 204 145 135 -
CMYK 0 0.29 0.34 0.2
HSL 8.7º 0.4% 0.66% -
HSV(B) 8.7º 0.34% 0.8% -
XYZ 39.4 34.84 27.57 -
YUV 161.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 204 145 135 0 0.29 0.34 0.2 8.7 0.4 0.66
Hex CC 91 87 0 1D 22 14 9 28 42
Octal 314 221 207 0 35 42 24 11 50 102
Binary 11001100 10010001 10000111 0 11101 100010 10100 1001 101000 1000010

Color Harmonies of #CC9187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9187

Black with #CC9187

Text Example


Text Example

White with #CC9187

Text Example


Text Example

HTML Codes & Css Web 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>