#C7A555

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

Shades of Laser #C7A555

Tints of Laser #C7A555

Color information

#C7A555 (or 0xC7A555) is unknown color: approx Laser. HEX triplet: C7, A5 and 55. RGB value is (199,165,85). Sum of RGB (Red+Green+Blue) = 199+165+85=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A555 is #385AAA. Grayscale: #A6A6A6. Windows color (decimal): -3693227 or 5612999. OLE color: 5612999.

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

Color convert

RGB19916585-
CMYK00.170.570.22
HSL42.11º50.44%55.69%-
HSV(B)42.11º57.29%78.04%-
XYZ38.6539.7114.22-
YUV166.0582.26151.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.32%
GREEN value IS 165 (64.84% from 255) = 36.75%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=44.32%
G=36.75%
B=18.93%

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
Decimal1991658500.170.570.2242.1150.4455.69
HexC7A55501139162a3238
Octal3072451250217126526270
Binary1100011110100101101010101000111100110110101010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A555; }

 p { color: rgb(199,165,85); }

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

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

 a { background-color: rgb(199,165,85); }

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

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

 span { border-color: rgb(199,165,85); }

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