#CAB059

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

Shades of Laser #CAB059

Tints of Laser #CAB059

Color information

#CAB059 (or 0xCAB059) is unknown color: approx Laser. HEX triplet: CA, B0 and 59. RGB value is (202,176,89). Sum of RGB (Red+Green+Blue) = 202+176+89=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB059 is #354FA6. Grayscale: #AEAEAE. Windows color (decimal): -3493799 or 5877962. OLE color: 5877962.

HSL color Cylindrical-coordinate representation of color #CAB059: hue angle of 46.19º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAB059 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB20217689-
CMYK00.130.560.21
HSL46.19º51.6%57.06%-
HSV(B)46.19º55.94%79.22%-
XYZ41.6944.3315.81-
YUV173.8680.11148.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 176 (69.14% from 255) = 37.69%
BLUE value IS 89 (35.16% from 255) = 19.06%
R=43.25%
G=37.69%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021768900.130.560.2146.1951.657.06
HexCAB0590D38152e3439
Octal3122601310157025566471
Binary110010101011000010110010110111100010101101110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB059; }

 p { color: rgb(202,176,89); }

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

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

 a { background-color: rgb(202,176,89); }

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

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

 span { border-color: rgb(202,176,89); }

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