Html Css Color HEX #CCA079 Cameo

📋 copy color: '#CCA079'

red 204 ◦ green 160 ◦ blue 121

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

Shades of Cameo #CCA079

Tints of Cameo #CCA079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.95%

R = 42.06%
G = 32.99%
B = 24.95%

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

#CCA079 (or 0xCCA079) is known color: Cameo. HEX triplet: CC, A0 and 79. RGB value is (204,160,121). Sum of RGB (Red+Green+Blue) = 204+160+121=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA079 is #335F86. Grayscale: #A8A8A8. Windows color (decimal): -3366791 or 7971020. OLE color: 7971020.

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

Color convert

RGB 204 160 121 -
CMYK 0 0.22 0.41 0.2
HSL 28.19º 0.45% 0.64% -
HSV(B) 28.19º 0.41% 0.8% -
XYZ 40.92 39.36 23.53 -
YUV 168.71 101.08 153.17 -
System Red Green Blue C M Y K H S L
Decimal 204 160 121 0 0.22 0.41 0.2 28.19 0.45 0.64
Hex CC A0 79 0 16 29 14 1C 2D 40
Octal 314 240 171 0 26 51 24 34 55 100
Binary 11001100 10100000 1111001 0 10110 101001 10100 11100 101101 1000000

Color Harmonies of #CCA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA079

Black with #CCA079

Text Example


Text Example

White with #CCA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA079; }

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

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

background-color css

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

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

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

border-color css

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

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

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