#CAB05D

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

Shades of Laser #CAB05D

Tints of Laser #CAB05D

Color information

#CAB05D (or 0xCAB05D) is unknown color: approx Laser. HEX triplet: CA, B0 and 5D. RGB value is (202,176,93). Sum of RGB (Red+Green+Blue) = 202+176+93=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB05D is #354FA2. Grayscale: #AEAEAE. Windows color (decimal): -3493795 or 6140106. OLE color: 6140106.

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

Color convert

RGB20217693-
CMYK00.130.540.21
HSL45.69º50.7%57.84%-
HSV(B)45.69º53.96%79.22%-
XYZ41.8644.416.72-
YUV174.3182.11147.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 176 (69.14% from 255) = 37.37%
BLUE value IS 93 (36.72% from 255) = 19.75%
R=42.89%
G=37.37%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021769300.130.540.2145.6950.757.84
HexCAB05D0D36152e333a
Octal3122601350156625566372
Binary110010101011000010111010110111011010101101110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB05D; }

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

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

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

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

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

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

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

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