#cab05a

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

Shades of Laser #CAB05A

Tints of Laser #CAB05A

Color information

#CAB05A (or 0xCAB05A) is unknown color: approx Laser. HEX triplet: CA, B0 and 5A. RGB value is (202,176,90). Sum of RGB (Red+Green+Blue) = 202+176+90=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 176 (69.14% from 255 or 37.61% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB05A is #354FA5. Grayscale: #AEAEAE. Windows color (decimal): -3493798 or 5943498. OLE color: 5943498.

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

Color convert

RGB20217690-
CMYK00.130.550.21
HSL46.07º51.38%57.25%-
HSV(B)46.07º55.45%79.22%-
XYZ41.7344.3516.03-
YUV173.9780.61147.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.16%
GREEN value IS 176 (69.14% from 255) = 37.61%
BLUE value IS 90 (35.55% from 255) = 19.23%
R=43.16%
G=37.61%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021769000.130.550.2146.0751.3857.25
HexCAB05A0D37152e3339
Octal3122601320156725566371
Binary110010101011000010110100110111011110101101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cab05a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cab05a; }

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

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

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

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

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

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

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

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