#C7A455

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

Shades of Laser #C7A455

Tints of Laser #C7A455

Color information

#C7A455 (or 0xC7A455) is unknown color: approx Laser. HEX triplet: C7, A4 and 55. RGB value is (199,164,85). Sum of RGB (Red+Green+Blue) = 199+164+85=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A455 is #385BAA. Grayscale: #A5A5A5. Windows color (decimal): -3693483 or 5612743. OLE color: 5612743.

HSL color Cylindrical-coordinate representation of color #C7A455: hue angle of 41.58º 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 #C7A455 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19916485-
CMYK00.180.570.22
HSL41.58º50.44%55.69%-
HSV(B)41.58º57.29%78.04%-
XYZ38.4739.3514.16-
YUV165.4682.6151.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.42%
GREEN value IS 164 (64.45% from 255) = 36.61%
BLUE value IS 85 (33.59% from 255) = 18.97%
R=44.42%
G=36.61%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991648500.180.570.2241.5850.4455.69
HexC7A45501239162a3238
Octal3072441250227126526270
Binary1100011110100100101010101001011100110110101010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A455; }

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

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

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

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

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

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

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

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