#C4A562

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

Shades of Laser #C4A562

Tints of Laser #C4A562

Color information

#C4A562 (or 0xC4A562) is unknown color: approx Laser. HEX triplet: C4, A5 and 62. RGB value is (196,165,98). Sum of RGB (Red+Green+Blue) = 196+165+98=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 98 (38.67% from 255 or 21.35% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A562 is #3B5A9D. Grayscale: #A6A6A6. Windows color (decimal): -3889822 or 6464964. OLE color: 6464964.

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

Color convert

RGB19616598-
CMYK00.160.50.23
HSL41.02º45.37%57.65%-
HSV(B)41.02º50%76.86%-
XYZ38.4239.5317.16-
YUV166.6389.27148.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 98 (38.67% from 255) = 21.35%
R=42.70%
G=35.95%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961659800.160.50.2341.0245.3757.65
HexC4A5620103217292d3a
Octal3042451420206227515572
Binary1100010010100101110001001000011001010111101001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A562; }

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

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

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

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

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

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

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

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