#CAB275

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

Shades of Putty #CAB275

Tints of Putty #CAB275

Color information

#CAB275 (or 0xCAB275) is unknown color: approx Putty. HEX triplet: CA, B2 and 75. RGB value is (202,178,117). Sum of RGB (Red+Green+Blue) = 202+178+117=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB275 is #354D8A. Grayscale: #B2B2B2. Windows color (decimal): -3493259 or 7713482. OLE color: 7713482.

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

Color convert

RGB202178117-
CMYK00.120.420.21
HSL43.06º44.5%62.55%-
HSV(B)43.06º42.08%79.22%-
XYZ43.4945.6823.35-
YUV178.2293.45144.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=40.64%
G=35.81%
B=23.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217811700.120.420.2143.0644.562.55
HexCAB2750C2A152b2d3f
Octal3122621650145225535577
Binary110010101011001011101010110010101010101101011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB275; }

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

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

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

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

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

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

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

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