#CAB161

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

Shades of Laser #CAB161

Tints of Laser #CAB161

Color information

#CAB161 (or 0xCAB161) is unknown color: approx Laser. HEX triplet: CA, B1 and 61. RGB value is (202,177,97). Sum of RGB (Red+Green+Blue) = 202+177+97=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB161 is #354E9E. Grayscale: #AFAFAF. Windows color (decimal): -3493535 or 6402506. OLE color: 6402506.

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

Color convert

RGB20217797-
CMYK00.120.520.21
HSL45.71º49.76%58.63%-
HSV(B)45.71º51.98%79.22%-
XYZ42.2444.8617.74-
YUV175.3683.78147-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.44%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=42.44%
G=37.18%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021779700.120.520.2145.7149.7658.63
HexCAB1610C34152e323b
Octal3122611410146425566273
Binary110010101011000111000010110011010010101101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB161; }

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

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

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

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

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

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

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

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