#CAB15E

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

Shades of Laser #CAB15E

Tints of Laser #CAB15E

Color information

#CAB15E (or 0xCAB15E) is unknown color: approx Laser. HEX triplet: CA, B1 and 5E. RGB value is (202,177,94). Sum of RGB (Red+Green+Blue) = 202+177+94=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB15E is #354EA1. Grayscale: #AFAFAF. Windows color (decimal): -3493538 or 6205898. OLE color: 6205898.

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

Color convert

RGB20217794-
CMYK00.120.530.21
HSL46.11º50.47%58.04%-
HSV(B)46.11º53.47%79.22%-
XYZ42.144.8117.02-
YUV175.0182.28147.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 177 (69.53% from 255) = 37.42%
BLUE value IS 94 (37.11% from 255) = 19.87%
R=42.71%
G=37.42%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021779400.120.530.2146.1150.4758.04
HexCAB15E0C35152e323a
Octal3122611360146525566272
Binary110010101011000110111100110011010110101101110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB15E; }

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

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

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

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

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

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

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

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