Html Css Color HEX #CAA46A Putty

📋 copy color: '#CAA46A'

red 202 ◦ green 164 ◦ blue 106

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

Shades of Putty #CAA46A

Tints of Putty #CAA46A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.75%

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

R = 42.8%
G = 34.75%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CAA46A (or 0xCAA46A) is known color: Putty. HEX triplet: CA, A4 and 6A. RGB value is (202,164,106). Sum of RGB (Red+Green+Blue) = 202+164+106=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAA46A is #355B95. Grayscale: #A9A9A9. Windows color (decimal): -3496854 or 6989002. OLE color: 6989002.

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

Color convert

RGB 202 164 106 -
CMYK 0 0.19 0.48 0.21
HSL 36.25º 0.48% 0.6% -
HSV(B) 36.25º 0.48% 0.79% -
XYZ 40.23 40.15 19.26 -
YUV 168.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 202 164 106 0 0.19 0.48 0.21 36.25 0.48 0.6
Hex CA A4 6A 0 13 30 15 24 30 3C
Octal 312 244 152 0 23 60 25 44 60 74
Binary 11001010 10100100 1101010 0 10011 110000 10101 100100 110000 111100

Color Harmonies of #CAA46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA46A

Black with #CAA46A

Text Example


Text Example

White with #CAA46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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