Html Css Color HEX #CCA078 Cameo

📋 copy color: '#CCA078'

red 204 ◦ green 160 ◦ blue 120

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

Shades of Cameo #CCA078

Tints of Cameo #CCA078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.06%

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

R = 42.15%
G = 33.06%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.2

RGB Variations

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

Color information

#CCA078 (or 0xCCA078) is known color: Cameo. HEX triplet: CC, A0 and 78. RGB value is (204,160,120). Sum of RGB (Red+Green+Blue) = 204+160+120=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA078 is #335F87. Grayscale: #A8A8A8. Windows color (decimal): -3366792 or 7905484. OLE color: 7905484.

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

Color convert

RGB 204 160 120 -
CMYK 0 0.22 0.41 0.2
HSL 28.57º 0.45% 0.64% -
HSV(B) 28.57º 0.41% 0.8% -
XYZ 40.86 39.34 23.21 -
YUV 168.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 204 160 120 0 0.22 0.41 0.2 28.57 0.45 0.64
Hex CC A0 78 0 16 29 14 1D 2D 40
Octal 314 240 170 0 26 51 24 35 55 100
Binary 11001100 10100000 1111000 0 10110 101001 10100 11101 101101 1000000

Color Harmonies of #CCA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA078

Black with #CCA078

Text Example


Text Example

White with #CCA078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA078; }

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

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

background-color css

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

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

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

border-color css

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

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

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