#CAB06A

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

Shades of Putty #CAB06A

Tints of Putty #CAB06A

Color information

#CAB06A (or 0xCAB06A) is unknown color: approx Putty. HEX triplet: CA, B0 and 6A. RGB value is (202,176,106). Sum of RGB (Red+Green+Blue) = 202+176+106=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB06A is #354F95. Grayscale: #B0B0B0. Windows color (decimal): -3493782 or 6992074. OLE color: 6992074.

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

Color convert

RGB202176106-
CMYK00.130.480.21
HSL43.75º47.52%60.39%-
HSV(B)43.75º47.52%79.22%-
XYZ42.4844.6520.01-
YUV175.7988.61146.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.74%
GREEN value IS 176 (69.14% from 255) = 36.36%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=41.74%
G=36.36%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217610600.130.480.2143.7547.5260.39
HexCAB06A0D30152c303c
Octal3122601520156025546074
Binary110010101011000011010100110111000010101101100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB06A; }

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

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

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

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

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

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

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

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