#CAB674

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

Shades of Putty #CAB674

Tints of Putty #CAB674

Color information

#CAB674 (or 0xCAB674) is unknown color: approx Putty. HEX triplet: CA, B6 and 74. RGB value is (202,182,116). Sum of RGB (Red+Green+Blue) = 202+182+116=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB674 is #35498B. Grayscale: #B4B4B4. Windows color (decimal): -3492236 or 7648970. OLE color: 7648970.

HSL color Cylindrical-coordinate representation of color #CAB674: hue angle of 46.05º 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 #CAB674 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202182116-
CMYK00.100.430.21
HSL46.05º44.79%62.35%-
HSV(B)46.05º42.57%79.22%-
XYZ44.2447.2723.32-
YUV180.4691.63143.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 116 (45.70% from 255) = 23.2%
R=40.4%
G=36.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218211600.100.430.2146.0544.7962.35
HexCAB6740A2B152e2d3e
Octal3122661640125325565576
Binary110010101011011011101000101010101110101101110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB674; }

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

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

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

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

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

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

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

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