#C7B164

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

Shades of Laser #C7B164

Tints of Laser #C7B164

Color information

#C7B164 (or 0xC7B164) is unknown color: approx Laser. HEX triplet: C7, B1 and 64. RGB value is (199,177,100). Sum of RGB (Red+Green+Blue) = 199+177+100=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B164 is #384E9B. Grayscale: #AFAFAF. Windows color (decimal): -3690140 or 6599111. OLE color: 6599111.

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

Color convert

RGB199177100-
CMYK00.110.500.22
HSL46.67º46.92%58.63%-
HSV(B)46.67º49.75%78.04%-
XYZ41.5844.5118.46-
YUV174.885.79145.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.81%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=41.81%
G=37.18%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917710000.110.500.2246.6746.9258.63
HexC7B1640B32162f2f3b
Octal3072611440136226575773
Binary110001111011000111001000101111001010110101111101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B164; }

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

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

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

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

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

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

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

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