#CAB671

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

Shades of Putty #CAB671

Tints of Putty #CAB671

Color information

#CAB671 (or 0xCAB671) is unknown color: approx Putty. HEX triplet: CA, B6 and 71. RGB value is (202,182,113). Sum of RGB (Red+Green+Blue) = 202+182+113=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 113 (44.53% from 255 or 22.74% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB671 is #35498E. Grayscale: #B4B4B4. Windows color (decimal): -3492239 or 7452362. OLE color: 7452362.

HSL color Cylindrical-coordinate representation of color #CAB671: hue angle of 46.52º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAB671 is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202182113-
CMYK00.100.440.21
HSL46.52º45.64%61.76%-
HSV(B)46.52º44.06%79.22%-
XYZ44.0747.222.41-
YUV180.1190.13143.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 182 (71.48% from 255) = 36.62%
BLUE value IS 113 (44.53% from 255) = 22.74%
R=40.64%
G=36.62%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218211300.100.440.2146.5245.6461.76
HexCAB6710A2C152f2e3e
Octal3122661610125425575676
Binary110010101011011011100010101010110010101101111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB671; }

 p { color: rgb(202,182,113); }

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

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

 a { background-color: rgb(202,182,113); }

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

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

 span { border-color: rgb(202,182,113); }

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