#CAB15B

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

Shades of Laser #CAB15B

Tints of Laser #CAB15B

Color information

#CAB15B (or 0xCAB15B) is unknown color: approx Laser. HEX triplet: CA, B1 and 5B. RGB value is (202,177,91). Sum of RGB (Red+Green+Blue) = 202+177+91=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB15B is #354EA4. Grayscale: #AFAFAF. Windows color (decimal): -3493541 or 6009290. OLE color: 6009290.

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

Color convert

RGB20217791-
CMYK00.120.550.21
HSL46.49º51.15%57.45%-
HSV(B)46.49º54.95%79.22%-
XYZ41.9744.7616.32-
YUV174.6780.78147.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 91 (35.94% from 255) = 19.36%
R=42.98%
G=37.66%
B=19.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021779100.120.550.2146.4951.1557.45
HexCAB15B0C37152e3339
Octal3122611330146725566371
Binary110010101011000110110110110011011110101101110110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB15B; }

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

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

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

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

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

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

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

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