#C5AB65

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

Shades of Laser #C5AB65

Tints of Laser #C5AB65

Color information

#C5AB65 (or 0xC5AB65) is unknown color: approx Laser. HEX triplet: C5, AB and 65. RGB value is (197,171,101). Sum of RGB (Red+Green+Blue) = 197+171+101=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AB65 is #3A549A. Grayscale: #ABABAB. Windows color (decimal): -3822747 or 6663109. OLE color: 6663109.

HSL color Cylindrical-coordinate representation of color #C5AB65: hue angle of 43.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5AB65 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB197171101-
CMYK00.130.490.23
HSL43.75º45.28%58.43%-
HSV(B)43.75º48.73%77.25%-
XYZ39.9441.9418.3-
YUV170.7988.61146.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 171 (67.19% from 255) = 36.46%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=42.00%
G=36.46%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717110100.130.490.2343.7545.2858.43
HexC5AB650D31172c2d3a
Octal3052531450156127545572
Binary110001011010101111001010110111000110111101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB65; }

 p { color: rgb(197,171,101); }

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

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

 a { background-color: rgb(197,171,101); }

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

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

 span { border-color: rgb(197,171,101); }

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