Html Css Color HEX #CAA66A Putty

📋 copy color: '#CAA66A'

red 202 ◦ green 166 ◦ blue 106

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

Shades of Putty #CAA66A

Tints of Putty #CAA66A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.36%

R = 42.62%
G = 35.02%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAA66A (or 0xCAA66A) is known color: Putty. HEX triplet: CA, A6 and 6A. RGB value is (202,166,106). Sum of RGB (Red+Green+Blue) = 202+166+106=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA66A is #355995. Grayscale: #AAAAAA. Windows color (decimal): -3496342 or 6989514. OLE color: 6989514.

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

Color convert

RGB 202 166 106 -
CMYK 0 0.18 0.48 0.21
HSL 37.5º 0.48% 0.6% -
HSV(B) 37.5º 0.48% 0.79% -
XYZ 40.59 40.87 19.38 -
YUV 169.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 202 166 106 0 0.18 0.48 0.21 37.5 0.48 0.6
Hex CA A6 6A 0 12 30 15 26 30 3C
Octal 312 246 152 0 22 60 25 46 60 74
Binary 11001010 10100110 1101010 0 10010 110000 10101 100110 110000 111100

Color Harmonies of #CAA66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA66A

Black with #CAA66A

Text Example


Text Example

White with #CAA66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA66A; }

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

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

background-color css

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

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

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

border-color css

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

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

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