#CAB473

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

Shades of Putty #CAB473

Tints of Putty #CAB473

Color information

#CAB473 (or 0xCAB473) is unknown color: approx Putty. HEX triplet: CA, B4 and 73. RGB value is (202,180,115). Sum of RGB (Red+Green+Blue) = 202+180+115=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB473 is #354B8C. Grayscale: #B3B3B3. Windows color (decimal): -3492749 or 7582922. OLE color: 7582922.

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

Color convert

RGB202180115-
CMYK00.110.430.21
HSL44.83º45.08%62.16%-
HSV(B)44.83º43.07%79.22%-
XYZ43.7746.4422.88-
YUV179.1791.79144.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 115 (45.31% from 255) = 23.14%
R=40.64%
G=36.22%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218011500.110.430.2144.8345.0862.16
HexCAB4730B2B152d2d3e
Octal3122641630135325555576
Binary110010101011010011100110101110101110101101101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB473; }

 p { color: rgb(202,180,115); }

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

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

 a { background-color: rgb(202,180,115); }

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

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

 span { border-color: rgb(202,180,115); }

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