Html Css Color HEX #CAA76E Putty

📋 copy color: '#CAA76E'

red 202 ◦ green 167 ◦ blue 110

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

Shades of Putty #CAA76E

Tints of Putty #CAA76E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.86%

 BLUE value IS 110 (43.36% from 255) = 22.96%

R = 42.17%
G = 34.86%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAA76E (or 0xCAA76E) is known color: Putty. HEX triplet: CA, A7 and 6E. RGB value is (202,167,110). Sum of RGB (Red+Green+Blue) = 202+167+110=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 110 (43.36% from 255 or 22.96% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA76E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA76E is #355891. Grayscale: #ABABAB. Windows color (decimal): -3496082 or 7251914. OLE color: 7251914.

HSL color Cylindrical-coordinate representation of color #CAA76E: hue angle of 37.17º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAA76E is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 167 110 -
CMYK 0 0.17 0.46 0.21
HSL 37.17º 0.46% 0.61% -
HSV(B) 37.17º 0.46% 0.79% -
XYZ 40.99 41.32 20.57 -
YUV 170.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 202 167 110 0 0.17 0.46 0.21 37.17 0.46 0.61
Hex CA A7 6E 0 11 2E 15 25 2E 3D
Octal 312 247 156 0 21 56 25 45 56 75
Binary 11001010 10100111 1101110 0 10001 101110 10101 100101 101110 111101

Color Harmonies of #CAA76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA76E

Black with #CAA76E

Text Example


Text Example

White with #CAA76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA76E; }

 p { color: rgb(202,167,110); }

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

background-color css

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

 a { background-color: rgb(202,167,110); }

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

border-color css

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

 span { border-color: rgb(202,167,110); }

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