Html Css Color HEX #CAA66E Putty

📋 copy color: '#CAA66E'

red 202 ◦ green 166 ◦ blue 110

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

Shades of Putty #CAA66E

Tints of Putty #CAA66E

RGB

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

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

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

R = 42.26%
G = 34.73%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CAA66E (or 0xCAA66E) is known color: Putty. HEX triplet: CA, A6 and 6E. RGB value is (202,166,110). Sum of RGB (Red+Green+Blue) = 202+166+110=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66E is #355991. Grayscale: #AAAAAA. Windows color (decimal): -3496338 or 7251658. OLE color: 7251658.

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

Color convert

RGB 202 166 110 -
CMYK 0 0.18 0.46 0.21
HSL 36.52º 0.46% 0.61% -
HSV(B) 36.52º 0.46% 0.79% -
XYZ 40.81 40.95 20.51 -
YUV 170.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 202 166 110 0 0.18 0.46 0.21 36.52 0.46 0.61
Hex CA A6 6E 0 12 2E 15 25 2E 3D
Octal 312 246 156 0 22 56 25 45 56 75
Binary 11001010 10100110 1101110 0 10010 101110 10101 100101 101110 111101

Color Harmonies of #CAA66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA66E

Black with #CAA66E

Text Example


Text Example

White with #CAA66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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