#C4AB62

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

Shades of Laser #C4AB62

Tints of Laser #C4AB62

Color information

#C4AB62 (or 0xC4AB62) is unknown color: approx Laser. HEX triplet: C4, AB and 62. RGB value is (196,171,98). Sum of RGB (Red+Green+Blue) = 196+171+98=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AB62 is #3B549D. Grayscale: #AAAAAA. Windows color (decimal): -3888286 or 6466500. OLE color: 6466500.

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

Color convert

RGB19617198-
CMYK00.130.50.23
HSL44.69º45.37%57.65%-
HSV(B)44.69º50%76.86%-
XYZ39.5341.7417.53-
YUV170.1587.28146.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.15%
GREEN value IS 171 (67.19% from 255) = 36.77%
BLUE value IS 98 (38.67% from 255) = 21.08%
R=42.15%
G=36.77%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961719800.130.50.2344.6945.3757.65
HexC4AB620D32172d2d3a
Octal3042531420156227555572
Binary110001001010101111000100110111001010111101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AB62; }

 p { color: rgb(196,171,98); }

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

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

 a { background-color: rgb(196,171,98); }

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

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

 span { border-color: rgb(196,171,98); }

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