Html Css Color HEX #CAA379 Cameo

📋 copy color: '#CAA379'

red 202 ◦ green 163 ◦ blue 121

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

Shades of Cameo #CAA379

Tints of Cameo #CAA379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.9%

R = 41.56%
G = 33.54%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#CAA379 (or 0xCAA379) is known color: Cameo. HEX triplet: CA, A3 and 79. RGB value is (202,163,121). Sum of RGB (Red+Green+Blue) = 202+163+121=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA379 is #355C86. Grayscale: #AAAAAA. Windows color (decimal): -3497095 or 7971786. OLE color: 7971786.

HSL color Cylindrical-coordinate representation of color #CAA379: hue angle of 31.11º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAA379 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 163 121 -
CMYK 0 0.19 0.40 0.21
HSL 31.11º 0.43% 0.63% -
HSV(B) 31.11º 0.4% 0.79% -
XYZ 40.91 40.13 23.68 -
YUV 169.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 202 163 121 0 0.19 0.40 0.21 31.11 0.43 0.63
Hex CA A3 79 0 13 28 15 1F 2B 3F
Octal 312 243 171 0 23 50 25 37 53 77
Binary 11001010 10100011 1111001 0 10011 101000 10101 11111 101011 111111

Color Harmonies of #CAA379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA379

Black with #CAA379

Text Example


Text Example

White with #CAA379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA379; }

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

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

background-color css

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

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

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

border-color css

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

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

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