#CAB162

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

Shades of Laser #CAB162

Tints of Laser #CAB162

Color information

#CAB162 (or 0xCAB162) is unknown color: approx Laser. HEX triplet: CA, B1 and 62. RGB value is (202,177,98). Sum of RGB (Red+Green+Blue) = 202+177+98=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB162 is #354E9D. Grayscale: #AFAFAF. Windows color (decimal): -3493534 or 6468042. OLE color: 6468042.

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

Color convert

RGB20217798-
CMYK00.120.510.21
HSL45.58º49.52%58.82%-
HSV(B)45.58º51.49%79.22%-
XYZ42.2844.8817.99-
YUV175.4784.28146.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 98 (38.67% from 255) = 20.55%
R=42.35%
G=37.11%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021779800.120.510.2145.5849.5258.82
HexCAB1620C33152e323b
Octal3122611420146325566273
Binary110010101011000111000100110011001110101101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB162; }

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

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

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

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

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

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

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

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