Html Css Color HEX #CC9C85 Cameo

📋 copy color: '#CC9C85'

red 204 ◦ green 156 ◦ blue 133

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

Shades of Cameo #CC9C85

Tints of Cameo #CC9C85

RGB

 RED value IS 204 (80.08% from 255) = 41.38%

 GREEN value IS 156 (61.33% from 255) = 31.64%

 BLUE value IS 133 (52.34% from 255) = 26.98%

R = 41.38%
G = 31.64%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC9C85 (or 0xCC9C85) is known color: Cameo. HEX triplet: CC, 9C and 85. RGB value is (204,156,133). Sum of RGB (Red+Green+Blue) = 204+156+133=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9C85 is #33637A. Grayscale: #A7A7A7. Windows color (decimal): -3367803 or 8756428. OLE color: 8756428.

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

Color convert

RGB 204 156 133 -
CMYK 0 0.24 0.35 0.2
HSL 19.44º 0.41% 0.66% -
HSV(B) 19.44º 0.35% 0.8% -
XYZ 41.02 38.31 27.42 -
YUV 167.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 204 156 133 0 0.24 0.35 0.2 19.44 0.41 0.66
Hex CC 9C 85 0 18 23 14 13 29 42
Octal 314 234 205 0 30 43 24 23 51 102
Binary 11001100 10011100 10000101 0 11000 100011 10100 10011 101001 1000010

Color Harmonies of #CC9C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9C85

Black with #CC9C85

Text Example


Text Example

White with #CC9C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9C85; }

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

 H1.HeaderClassName
 {
   color: #CC9C85;
 }
 .AnyTagClassName
 {
   color: #CC9C85;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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