Html Css Color HEX #CAA376 Cameo

📋 copy color: '#CAA376'

red 202 ◦ green 163 ◦ blue 118

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

Shades of Cameo #CAA376

Tints of Cameo #CAA376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.43%

R = 41.82%
G = 33.75%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAA376 (or 0xCAA376) is known color: Cameo. HEX triplet: CA, A3 and 76. RGB value is (202,163,118). Sum of RGB (Red+Green+Blue) = 202+163+118=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA376 is #355C89. Grayscale: #A9A9A9. Windows color (decimal): -3497098 or 7775178. OLE color: 7775178.

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

Color convert

RGB 202 163 118 -
CMYK 0 0.19 0.42 0.21
HSL 32.14º 0.44% 0.63% -
HSV(B) 32.14º 0.42% 0.79% -
XYZ 40.72 40.06 22.73 -
YUV 169.53 98.92 151.16 -
System Red Green Blue C M Y K H S L
Decimal 202 163 118 0 0.19 0.42 0.21 32.14 0.44 0.63
Hex CA A3 76 0 13 2A 15 20 2C 3F
Octal 312 243 166 0 23 52 25 40 54 77
Binary 11001010 10100011 1110110 0 10011 101010 10101 100000 101100 111111

Color Harmonies of #CAA376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA376

Black with #CAA376

Text Example


Text Example

White with #CAA376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA376; }

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

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

background-color css

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

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

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

border-color css

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

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

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