#CAAB6D

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

Shades of Putty #CAAB6D

Tints of Putty #CAAB6D

Color information

#CAAB6D (or 0xCAAB6D) is unknown color: approx Putty. HEX triplet: CA, AB and 6D. RGB value is (202,171,109). Sum of RGB (Red+Green+Blue) = 202+171+109=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAB6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAAB6D is #355492. Grayscale: #ADADAD. Windows color (decimal): -3495059 or 7187402. OLE color: 7187402.

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

Color convert

RGB202171109-
CMYK00.150.460.21
HSL40º46.73%60.98%-
HSV(B)40º46.04%79.22%-
XYZ41.6842.7920.53-
YUV173.291.77148.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.91%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=41.91%
G=35.48%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217110900.150.460.214046.7360.98
HexCAAB6D0F2E15282f3d
Octal3122531550175625505775
Binary110010101010101111011010111110111010101101000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAB6D; }

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

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

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

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

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

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

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

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