Html Css Color HEX #CAA581 Cameo

📋 copy color: '#CAA581'

red 202 ◦ green 165 ◦ blue 129

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

Shades of Cameo #CAA581

Tints of Cameo #CAA581

RGB

 RED value IS 202 (79.3% from 255) = 40.73%

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

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

R = 40.73%
G = 33.27%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAA581 (or 0xCAA581) is known color: Cameo. HEX triplet: CA, A5 and 81. RGB value is (202,165,129). Sum of RGB (Red+Green+Blue) = 202+165+129=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA581 is #355A7E. Grayscale: #ACACAC. Windows color (decimal): -3496575 or 8496586. OLE color: 8496586.

HSL color Cylindrical-coordinate representation of color #CAA581: hue angle of 29.59º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAA581 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 165 129 -
CMYK 0 0.18 0.36 0.21
HSL 29.59º 0.41% 0.65% -
HSV(B) 29.59º 0.36% 0.79% -
XYZ 41.77 41.05 26.49 -
YUV 171.96 103.76 149.43 -
System Red Green Blue C M Y K H S L
Decimal 202 165 129 0 0.18 0.36 0.21 29.59 0.41 0.65
Hex CA A5 81 0 12 24 15 1E 29 41
Octal 312 245 201 0 22 44 25 36 51 101
Binary 11001010 10100101 10000001 0 10010 100100 10101 11110 101001 1000001

Color Harmonies of #CAA581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA581

Black with #CAA581

Text Example


Text Example

White with #CAA581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA581; }

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

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

background-color css

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

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

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

border-color css

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

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

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