Html Css Color HEX #CCA581 Cameo

📋 copy color: '#CCA581'

red 204 ◦ green 165 ◦ blue 129

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

Shades of Cameo #CCA581

Tints of Cameo #CCA581

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.13%

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

R = 40.96%
G = 33.13%
B = 25.9%

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

#CCA581 (or 0xCCA581) is known color: Cameo. HEX triplet: CC, A5 and 81. RGB value is (204,165,129). Sum of RGB (Red+Green+Blue) = 204+165+129=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA581 is #335A7E. Grayscale: #ACACAC. Windows color (decimal): -3365503 or 8496588. OLE color: 8496588.

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

Color convert

RGB 204 165 129 -
CMYK 0 0.19 0.37 0.2
HSL 28.8º 0.42% 0.65% -
HSV(B) 28.8º 0.37% 0.8% -
XYZ 42.32 41.33 26.52 -
YUV 172.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 204 165 129 0 0.19 0.37 0.2 28.8 0.42 0.65
Hex CC A5 81 0 13 25 14 1D 2A 41
Octal 314 245 201 0 23 45 24 35 52 101
Binary 11001100 10100101 10000001 0 10011 100101 10100 11101 101010 1000001

Color Harmonies of #CCA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA581

Black with #CCA581

Text Example


Text Example

White with #CCA581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA581; }

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

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

background-color css

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

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

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

border-color css

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

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

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