Html Css Color HEX #CCA681 Cameo

📋 copy color: '#CCA681'

red 204 ◦ green 166 ◦ blue 129

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

Shades of Cameo #CCA681

Tints of Cameo #CCA681

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.27%

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

R = 40.88%
G = 33.27%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCA681 (or 0xCCA681) is known color: Cameo. HEX triplet: CC, A6 and 81. RGB value is (204,166,129). Sum of RGB (Red+Green+Blue) = 204+166+129=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 166 (65.23% from 255 or 33.27% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA681 is #33597E. Grayscale: #ADADAD. Windows color (decimal): -3365247 or 8496844. OLE color: 8496844.

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

Color convert

RGB 204 166 129 -
CMYK 0 0.19 0.37 0.2
HSL 29.6º 0.42% 0.65% -
HSV(B) 29.6º 0.37% 0.8% -
XYZ 42.5 41.69 26.58 -
YUV 173.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 204 166 129 0 0.19 0.37 0.2 29.6 0.42 0.65
Hex CC A6 81 0 13 25 14 1E 2A 41
Octal 314 246 201 0 23 45 24 36 52 101
Binary 11001100 10100110 10000001 0 10011 100101 10100 11110 101010 1000001

Color Harmonies of #CCA681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA681

Black with #CCA681

Text Example


Text Example

White with #CCA681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA681; }

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

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

background-color css

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

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

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

border-color css

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

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

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