Html Css Color HEX #CAA381 Cameo

📋 copy color: '#CAA381'

red 202 ◦ green 163 ◦ blue 129

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

Shades of Cameo #CAA381

Tints of Cameo #CAA381

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

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

R = 40.89%
G = 33%
B = 26.11%

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

#CAA381 (or 0xCAA381) is known color: Cameo. HEX triplet: CA, A3 and 81. RGB value is (202,163,129). Sum of RGB (Red+Green+Blue) = 202+163+129=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA381 is #355C7E. Grayscale: #AAAAAA. Windows color (decimal): -3497087 or 8496074. OLE color: 8496074.

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

Color convert

RGB 202 163 129 -
CMYK 0 0.19 0.36 0.21
HSL 27.95º 0.41% 0.65% -
HSV(B) 27.95º 0.36% 0.79% -
XYZ 41.42 40.34 26.37 -
YUV 170.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 202 163 129 0 0.19 0.36 0.21 27.95 0.41 0.65
Hex CA A3 81 0 13 24 15 1C 29 41
Octal 312 243 201 0 23 44 25 34 51 101
Binary 11001010 10100011 10000001 0 10011 100100 10101 11100 101001 1000001

Color Harmonies of #CAA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA381

Black with #CAA381

Text Example


Text Example

White with #CAA381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA381; }

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

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

background-color css

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

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

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

border-color css

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

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

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