#C7A955

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

Shades of Laser #C7A955

Tints of Laser #C7A955

Color information

#C7A955 (or 0xC7A955) is unknown color: approx Laser. HEX triplet: C7, A9 and 55. RGB value is (199,169,85). Sum of RGB (Red+Green+Blue) = 199+169+85=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A955 is #3856AA. Grayscale: #A8A8A8. Windows color (decimal): -3692203 or 5614023. OLE color: 5614023.

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

Color convert

RGB19916985-
CMYK00.150.570.22
HSL44.21º50.44%55.69%-
HSV(B)44.21º57.29%78.04%-
XYZ39.3841.1714.47-
YUV168.3980.94149.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 85 (33.59% from 255) = 18.76%
R=43.93%
G=37.31%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991698500.150.570.2244.2150.4455.69
HexC7A9550F39162c3238
Octal3072511250177126546270
Binary110001111010100110101010111111100110110101100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A955; }

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

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

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

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

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

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

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

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