#CAAF6D

Color #CAAF6D Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #CAAF6D

Tints of Putty #CAAF6D

Color information

#CAAF6D (or 0xCAAF6D) is unknown color: approx Putty. HEX triplet: CA, AF and 6D. RGB value is (202,175,109). Sum of RGB (Red+Green+Blue) = 202+175+109=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAF6D is #355092. Grayscale: #AFAFAF. Windows color (decimal): -3494035 or 7188426. OLE color: 7188426.

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

Color convert

RGB202175109-
CMYK00.130.460.21
HSL42.58º46.73%60.98%-
HSV(B)42.58º46.04%79.22%-
XYZ42.4544.3220.79-
YUV175.5590.45146.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.56%
GREEN value IS 175 (68.75% from 255) = 36.01%
BLUE value IS 109 (42.97% from 255) = 22.43%
R=41.56%
G=36.01%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217510900.130.460.2142.5846.7360.98
HexCAAF6D0D2E152b2f3d
Octal3122571550155625535775
Binary110010101010111111011010110110111010101101011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAF6D; }

 p { color: rgb(202,175,109); }

 H1.HeaderClassName
 {
   color: #CAAF6D;
 }
 .AnyTagClassName
 {
   color: #CAAF6D;
 }
</style>
background-color css

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

 a { background-color: rgb(202,175,109); }

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

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

 span { border-color: rgb(202,175,109); }

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