Html Css Color HEX #CC9E78 Cameo

📋 copy color: '#CC9E78'

red 204 ◦ green 158 ◦ blue 120

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

Shades of Cameo #CC9E78

Tints of Cameo #CC9E78

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 42.32%
G = 32.78%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CC9E78 (or 0xCC9E78) is known color: Cameo. HEX triplet: CC, 9E and 78. RGB value is (204,158,120). Sum of RGB (Red+Green+Blue) = 204+158+120=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9E78 is #336187. Grayscale: #A7A7A7. Windows color (decimal): -3367304 or 7904972. OLE color: 7904972.

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

Color convert

RGB 204 158 120 -
CMYK 0 0.23 0.41 0.2
HSL 27.14º 0.45% 0.64% -
HSV(B) 27.14º 0.41% 0.8% -
XYZ 40.52 38.65 23.09 -
YUV 167.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 204 158 120 0 0.23 0.41 0.2 27.14 0.45 0.64
Hex CC 9E 78 0 17 29 14 1B 2D 40
Octal 314 236 170 0 27 51 24 33 55 100
Binary 11001100 10011110 1111000 0 10111 101001 10100 11011 101101 1000000

Color Harmonies of #CC9E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9E78

Black with #CC9E78

Text Example


Text Example

White with #CC9E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9E78; }

 p { color: rgb(204,158,120); }

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

background-color css

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

 a { background-color: rgb(204,158,120); }

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

border-color css

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

 span { border-color: rgb(204,158,120); }

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