#C7A264

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

Shades of Laser #C7A264

Tints of Laser #C7A264

Color information

#C7A264 (or 0xC7A264) is unknown color: approx Laser. HEX triplet: C7, A2 and 64. RGB value is (199,162,100). Sum of RGB (Red+Green+Blue) = 199+162+100=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A264 is #385D9B. Grayscale: #A6A6A6. Windows color (decimal): -3693980 or 6595271. OLE color: 6595271.

HSL color Cylindrical-coordinate representation of color #C7A264: hue angle of 37.58º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7A264 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB199162100-
CMYK00.190.500.22
HSL37.58º46.92%58.63%-
HSV(B)37.58º49.75%78.04%-
XYZ38.7738.917.52-
YUV16690.76151.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 162 (63.67% from 255) = 35.14%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=43.17%
G=35.14%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916210000.190.500.2237.5846.9258.63
HexC7A2640133216262f3b
Octal3072421440236226465773
Binary1100011110100010110010001001111001010110100110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A264; }

 p { color: rgb(199,162,100); }

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

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

 a { background-color: rgb(199,162,100); }

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

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

 span { border-color: rgb(199,162,100); }

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