Html Css Color HEX #CAA676 Putty

📋 copy color: '#CAA676'

red 202 ◦ green 166 ◦ blue 118

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

Shades of Putty #CAA676

Tints of Putty #CAA676

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.16%

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

R = 41.56%
G = 34.16%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAA676 (or 0xCAA676) is known color: Putty. HEX triplet: CA, A6 and 76. RGB value is (202,166,118). Sum of RGB (Red+Green+Blue) = 202+166+118=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA676 is #355989. Grayscale: #ABABAB. Windows color (decimal): -3496330 or 7775946. OLE color: 7775946.

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

Color convert

RGB 202 166 118 -
CMYK 0 0.18 0.42 0.21
HSL 34.29º 0.44% 0.63% -
HSV(B) 34.29º 0.42% 0.79% -
XYZ 41.26 41.14 22.9 -
YUV 171.29 97.93 149.9 -
System Red Green Blue C M Y K H S L
Decimal 202 166 118 0 0.18 0.42 0.21 34.29 0.44 0.63
Hex CA A6 76 0 12 2A 15 22 2C 3F
Octal 312 246 166 0 22 52 25 42 54 77
Binary 11001010 10100110 1110110 0 10010 101010 10101 100010 101100 111111

Color Harmonies of #CAA676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA676

Black with #CAA676

Text Example


Text Example

White with #CAA676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA676; }

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

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

background-color css

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

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

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

border-color css

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

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

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