#CAB372

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

Shades of Putty #CAB372

Tints of Putty #CAB372

Color information

#CAB372 (or 0xCAB372) is unknown color: approx Putty. HEX triplet: CA, B3 and 72. RGB value is (202,179,114). Sum of RGB (Red+Green+Blue) = 202+179+114=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB372 is #354C8D. Grayscale: #B2B2B2. Windows color (decimal): -3493006 or 7517130. OLE color: 7517130.

HSL color Cylindrical-coordinate representation of color #CAB372: hue angle of 44.32º degrees, saturation: 0.45, 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 #CAB372 is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB202179114-
CMYK00.110.440.21
HSL44.32º45.36%61.96%-
HSV(B)44.32º43.56%79.22%-
XYZ43.5146.0122.51-
YUV178.4791.62144.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 114 (44.92% from 255) = 23.03%
R=40.81%
G=36.16%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217911400.110.440.2144.3245.3661.96
HexCAB3720B2C152c2d3e
Octal3122631620135425545576
Binary110010101011001111100100101110110010101101100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB372; }

 p { color: rgb(202,179,114); }

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

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

 a { background-color: rgb(202,179,114); }

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

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

 span { border-color: rgb(202,179,114); }

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