#CAB267

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

Shades of Putty #CAB267

Tints of Putty #CAB267

Color information

#CAB267 (or 0xCAB267) is unknown color: approx Putty. HEX triplet: CA, B2 and 67. RGB value is (202,178,103). Sum of RGB (Red+Green+Blue) = 202+178+103=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB267 is #354D98. Grayscale: #B0B0B0. Windows color (decimal): -3493273 or 6795978. OLE color: 6795978.

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

Color convert

RGB202178103-
CMYK00.120.490.21
HSL45.45º48.29%59.8%-
HSV(B)45.45º49.01%79.22%-
XYZ42.7345.3819.34-
YUV176.6386.45146.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.82%
GREEN value IS 178 (69.92% from 255) = 36.85%
BLUE value IS 103 (40.62% from 255) = 21.33%
R=41.82%
G=36.85%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217810300.120.490.2145.4548.2959.8
HexCAB2670C31152d303c
Octal3122621470146125556074
Binary110010101011001011001110110011000110101101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB267; }

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

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

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

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

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

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

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

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