#CAB279

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

Shades of Putty #CAB279

Tints of Putty #CAB279

Color information

#CAB279 (or 0xCAB279) is unknown color: approx Putty. HEX triplet: CA, B2 and 79. RGB value is (202,178,121). Sum of RGB (Red+Green+Blue) = 202+178+121=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 121 (47.66% from 255 or 24.15% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB279 is #354D86. Grayscale: #B2B2B2. Windows color (decimal): -3493255 or 7975626. OLE color: 7975626.

HSL color Cylindrical-coordinate representation of color #CAB279: hue angle of 42.22º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAB279 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB202178121-
CMYK00.120.400.21
HSL42.22º43.32%63.33%-
HSV(B)42.22º40.1%79.22%-
XYZ43.7345.7824.62-
YUV178.6895.45144.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 121 (47.66% from 255) = 24.15%
R=40.32%
G=35.53%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217812100.120.400.2142.2243.3263.33
HexCAB2790C28152a2b3f
Octal3122621710145025525377
Binary110010101011001011110010110010100010101101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB279; }

 p { color: rgb(202,178,121); }

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

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

 a { background-color: rgb(202,178,121); }

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

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

 span { border-color: rgb(202,178,121); }

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