#C6A455

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

Shades of Laser #C6A455

Tints of Laser #C6A455

Color information

#C6A455 (or 0xC6A455) is unknown color: approx Laser. HEX triplet: C6, A4 and 55. RGB value is (198,164,85). Sum of RGB (Red+Green+Blue) = 198+164+85=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A455 is #395BAA. Grayscale: #A5A5A5. Windows color (decimal): -3759019 or 5612742. OLE color: 5612742.

HSL color Cylindrical-coordinate representation of color #C6A455: hue angle of 41.95º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6A455 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19816485-
CMYK00.170.570.22
HSL41.95º49.78%55.49%-
HSV(B)41.95º57.07%77.65%-
XYZ38.239.2114.15-
YUV165.1682.76151.42-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=44.30%
G=36.69%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981648500.170.570.2241.9549.7855.49
HexC6A45501139162a3237
Octal3062441250217126526267
Binary1100011010100100101010101000111100110110101010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A455; }

 p { color: rgb(198,164,85); }

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

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

 a { background-color: rgb(198,164,85); }

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

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

 span { border-color: rgb(198,164,85); }

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