#C4A658

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

Shades of Laser #C4A658

Tints of Laser #C4A658

Color information

#C4A658 (or 0xC4A658) is unknown color: approx Laser. HEX triplet: C4, A6 and 58. RGB value is (196,166,88). Sum of RGB (Red+Green+Blue) = 196+166+88=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4A658 is #3B59A7. Grayscale: #A6A6A6. Windows color (decimal): -3889576 or 5809860. OLE color: 5809860.

HSL color Cylindrical-coordinate representation of color #C4A658: hue angle of 43.33º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4A658 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19616688-
CMYK00.150.550.23
HSL43.33º47.79%55.69%-
HSV(B)43.33º55.1%76.86%-
XYZ38.1639.7114.89-
YUV166.0883.94149.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 88 (34.77% from 255) = 19.56%
R=43.56%
G=36.89%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961668800.150.550.2343.3347.7955.69
HexC4A6580F37172b3038
Octal3042461300176727536070
Binary110001001010011010110000111111011110111101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A658; }

 p { color: rgb(196,166,88); }

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

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

 a { background-color: rgb(196,166,88); }

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

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

 span { border-color: rgb(196,166,88); }

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