#CAB058

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

Shades of Laser #CAB058

Tints of Laser #CAB058

Color information

#CAB058 (or 0xCAB058) is unknown color: approx Laser. HEX triplet: CA, B0 and 58. RGB value is (202,176,88). Sum of RGB (Red+Green+Blue) = 202+176+88=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB058 is #354FA7. Grayscale: #AEAEAE. Windows color (decimal): -3493800 or 5812426. OLE color: 5812426.

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

Color convert

RGB20217688-
CMYK00.130.560.21
HSL46.32º51.82%56.86%-
HSV(B)46.32º56.44%79.22%-
XYZ41.6444.3115.59-
YUV173.7479.61148.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 176 (69.14% from 255) = 37.77%
BLUE value IS 88 (34.77% from 255) = 18.88%
R=43.35%
G=37.77%
B=18.88%

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
Decimal2021768800.130.560.2146.3251.8256.86
HexCAB0580D38152e3439
Octal3122601300157025566471
Binary110010101011000010110000110111100010101101110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB058; }

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

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

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

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

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

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

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

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