Html Css Color HEX #CCAA81 Cameo

📋 copy color: '#CCAA81'

red 204 ◦ green 170 ◦ blue 129

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

Shades of Cameo #CCAA81

Tints of Cameo #CCAA81

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 40.56%
G = 33.8%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCAA81 (or 0xCCAA81) is known color: Cameo. HEX triplet: CC, AA and 81. RGB value is (204,170,129). Sum of RGB (Red+Green+Blue) = 204+170+129=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAA81 is #33557E. Grayscale: #AFAFAF. Windows color (decimal): -3364223 or 8497868. OLE color: 8497868.

HSL color Cylindrical-coordinate representation of color #CCAA81: hue angle of 32.8º degrees, saturation: 0.42, 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 #CCAA81 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 129 -
CMYK 0 0.17 0.37 0.2
HSL 32.8º 0.42% 0.65% -
HSV(B) 32.8º 0.37% 0.8% -
XYZ 43.24 43.17 26.82 -
YUV 175.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 204 170 129 0 0.17 0.37 0.2 32.8 0.42 0.65
Hex CC AA 81 0 11 25 14 21 2A 41
Octal 314 252 201 0 21 45 24 41 52 101
Binary 11001100 10101010 10000001 0 10001 100101 10100 100001 101010 1000001

Color Harmonies of #CCAA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAA81

Black with #CCAA81

Text Example


Text Example

White with #CCAA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAA81; }

 p { color: rgb(204,170,129); }

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

background-color css

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

 a { background-color: rgb(204,170,129); }

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

border-color css

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

 span { border-color: rgb(204,170,129); }

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