#CAB061

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

Shades of Laser #CAB061

Tints of Laser #CAB061

Color information

#CAB061 (or 0xCAB061) is unknown color: approx Laser. HEX triplet: CA, B0 and 61. RGB value is (202,176,97). Sum of RGB (Red+Green+Blue) = 202+176+97=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB061 is #354F9E. Grayscale: #AFAFAF. Windows color (decimal): -3493791 or 6402250. OLE color: 6402250.

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

Color convert

RGB20217697-
CMYK00.130.520.21
HSL45.14º49.76%58.63%-
HSV(B)45.14º51.98%79.22%-
XYZ42.0444.4717.68-
YUV174.7784.11147.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 176 (69.14% from 255) = 37.05%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=42.53%
G=37.05%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021769700.130.520.2145.1449.7658.63
HexCAB0610D34152d323b
Octal3122601410156425556273
Binary110010101011000011000010110111010010101101101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB061; }

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

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

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

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

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

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

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

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