#CAB15D

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

Shades of Laser #CAB15D

Tints of Laser #CAB15D

Color information

#CAB15D (or 0xCAB15D) is unknown color: approx Laser. HEX triplet: CA, B1 and 5D. RGB value is (202,177,93). Sum of RGB (Red+Green+Blue) = 202+177+93=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB15D is #354EA2. Grayscale: #AFAFAF. Windows color (decimal): -3493539 or 6140362. OLE color: 6140362.

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

Color convert

RGB20217793-
CMYK00.120.540.21
HSL46.24º50.7%57.84%-
HSV(B)46.24º53.96%79.22%-
XYZ42.0644.7916.78-
YUV174.981.78147.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 177 (69.53% from 255) = 37.5%
BLUE value IS 93 (36.72% from 255) = 19.70%
R=42.80%
G=37.5%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021779300.120.540.2146.2450.757.84
HexCAB15D0C36152e333a
Octal3122611350146625566372
Binary110010101011000110111010110011011010101101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB15D; }

 p { color: rgb(202,177,93); }

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

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

 a { background-color: rgb(202,177,93); }

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

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

 span { border-color: rgb(202,177,93); }

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