Html Css Color HEX #CC9185 Oriental Pink

📋 copy color: '#CC9185'

red 204 ◦ green 145 ◦ blue 133

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

Shades of Oriental Pink #CC9185

Tints of Oriental Pink #CC9185

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 value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 204 145 133 -
CMYK 0 0.29 0.35 0.2
HSL 10.14º 0.41% 0.66% -
HSV(B) 10.14º 0.35% 0.8% -
XYZ 39.26 34.78 26.83 -
YUV 161.27 112.05 158.48 -
System Red Green Blue C M Y K H S L
Decimal 204 145 133 0 0.29 0.35 0.2 10.14 0.41 0.66
Hex CC 91 85 0 1D 23 14 A 29 42
Octal 314 221 205 0 35 43 24 12 51 102
Binary 11001100 10010001 10000101 0 11101 100011 10100 1010 101001 1000010

Color Harmonies of #CC9185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9185

Black with #CC9185

Text Example


Text Example

White with #CC9185

Text Example


Text Example

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