#C4AD62

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

Shades of Laser #C4AD62

Tints of Laser #C4AD62

Color information

#C4AD62 (or 0xC4AD62) is unknown color: approx Laser. HEX triplet: C4, AD and 62. RGB value is (196,173,98). Sum of RGB (Red+Green+Blue) = 196+173+98=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 173 (67.97% from 255 or 37.04% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4AD62 is #3B529D. Grayscale: #ABABAB. Windows color (decimal): -3887774 or 6467012. OLE color: 6467012.

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

Color convert

RGB19617398-
CMYK00.120.50.23
HSL45.92º45.37%57.65%-
HSV(B)45.92º50%76.86%-
XYZ39.9142.517.66-
YUV171.3386.62145.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 173 (67.97% from 255) = 37.04%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=41.97%
G=37.04%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961739800.120.50.2345.9245.3757.65
HexC4AD620C32172e2d3a
Octal3042551420146227565572
Binary110001001010110111000100110011001010111101110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD62; }

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

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

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

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

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

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

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

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