Html Css Color HEX #CCA080 Cameo

📋 copy color: '#CCA080'

red 204 ◦ green 160 ◦ blue 128

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

Shades of Cameo #CCA080

Tints of Cameo #CCA080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 41.46%
G = 32.52%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCA080 (or 0xCCA080) is known color: Cameo. HEX triplet: CC, A0 and 80. RGB value is (204,160,128). Sum of RGB (Red+Green+Blue) = 204+160+128=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA080 is #335F7F. Grayscale: #A9A9A9. Windows color (decimal): -3366784 or 8429772. OLE color: 8429772.

HSL color Cylindrical-coordinate representation of color #CCA080: hue angle of 25.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCA080 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 128 -
CMYK 0 0.22 0.37 0.2
HSL 25.26º 0.43% 0.65% -
HSV(B) 25.26º 0.37% 0.8% -
XYZ 41.37 39.54 25.87 -
YUV 169.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 204 160 128 0 0.22 0.37 0.2 25.26 0.43 0.65
Hex CC A0 80 0 16 25 14 19 2B 41
Octal 314 240 200 0 26 45 24 31 53 101
Binary 11001100 10100000 10000000 0 10110 100101 10100 11001 101011 1000001

Color Harmonies of #CCA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA080

Black with #CCA080

Text Example


Text Example

White with #CCA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA080; }

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

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

background-color css

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

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

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

border-color css

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

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

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