#CAB165

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

Shades of Laser #CAB165

Tints of Laser #CAB165

Color information

#CAB165 (or 0xCAB165) is unknown color: approx Laser. HEX triplet: CA, B1 and 65. RGB value is (202,177,101). Sum of RGB (Red+Green+Blue) = 202+177+101=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CAB165 is #354E9A. Grayscale: #B0B0B0. Windows color (decimal): -3493531 or 6664650. OLE color: 6664650.

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

Color convert

RGB202177101-
CMYK00.120.500.21
HSL45.15º48.79%59.41%-
HSV(B)45.15º50%79.22%-
XYZ42.4344.9418.75-
YUV175.8185.78146.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.08%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 101 (39.84% from 255) = 21.04%
R=42.08%
G=36.88%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217710100.120.500.2145.1548.7959.41
HexCAB1650C32152d313b
Octal3122611450146225556173
Binary110010101011000111001010110011001010101101101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB165; }

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

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

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

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

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

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

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

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