Html Css Color HEX #CAA481 Cameo

📋 copy color: '#CAA481'

red 202 ◦ green 164 ◦ blue 129

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

Shades of Cameo #CAA481

Tints of Cameo #CAA481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.13%

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

R = 40.81%
G = 33.13%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAA481 (or 0xCAA481) is known color: Cameo. HEX triplet: CA, A4 and 81. RGB value is (202,164,129). Sum of RGB (Red+Green+Blue) = 202+164+129=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA481 is #355B7E. Grayscale: #ABABAB. Windows color (decimal): -3496831 or 8496330. OLE color: 8496330.

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

Color convert

RGB 202 164 129 -
CMYK 0 0.19 0.36 0.21
HSL 28.77º 0.41% 0.65% -
HSV(B) 28.77º 0.36% 0.79% -
XYZ 41.6 40.69 26.43 -
YUV 171.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 202 164 129 0 0.19 0.36 0.21 28.77 0.41 0.65
Hex CA A4 81 0 13 24 15 1D 29 41
Octal 312 244 201 0 23 44 25 35 51 101
Binary 11001010 10100100 10000001 0 10011 100100 10101 11101 101001 1000001

Color Harmonies of #CAA481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA481

Black with #CAA481

Text Example


Text Example

White with #CAA481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA481; }

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

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

background-color css

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

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

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

border-color css

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

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

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