#C6A358

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

Shades of Laser #C6A358

Tints of Laser #C6A358

Color information

#C6A358 (or 0xC6A358) is unknown color: approx Laser. HEX triplet: C6, A3 and 58. RGB value is (198,163,88). Sum of RGB (Red+Green+Blue) = 198+163+88=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A358 is #395CA7. Grayscale: #A5A5A5. Windows color (decimal): -3759272 or 5809094. OLE color: 5809094.

HSL color Cylindrical-coordinate representation of color #C6A358: hue angle of 40.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6A358 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB19816388-
CMYK00.180.560.22
HSL40.91º49.11%56.08%-
HSV(B)40.91º55.56%77.65%-
XYZ38.1538.914.73-
YUV164.9284.6151.6-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 163 (64.06% from 255) = 36.30%
BLUE value IS 88 (34.77% from 255) = 19.60%
R=44.10%
G=36.30%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981638800.180.560.2240.9149.1156.08
HexC6A3580123816293138
Octal3062431300227026516170
Binary1100011010100011101100001001011100010110101001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A358; }

 p { color: rgb(198,163,88); }

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

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

 a { background-color: rgb(198,163,88); }

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

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

 span { border-color: rgb(198,163,88); }

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