#C7B35E

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

Shades of Laser #C7B35E

Tints of Laser #C7B35E

Color information

#C7B35E (or 0xC7B35E) is unknown color: approx Laser. HEX triplet: C7, B3 and 5E. RGB value is (199,179,94). Sum of RGB (Red+Green+Blue) = 199+179+94=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B35E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B35E is #384CA1. Grayscale: #AFAFAF. Windows color (decimal): -3689634 or 6206407. OLE color: 6206407.

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

Color convert

RGB19917994-
CMYK00.100.530.22
HSL48.57º48.39%57.45%-
HSV(B)48.57º52.76%78.04%-
XYZ41.6945.1917.11-
YUV175.2982.13144.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 94 (37.11% from 255) = 19.92%
R=42.16%
G=37.92%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991799400.100.530.2248.5748.3957.45
HexC7B35E0A3516313039
Octal3072631360126526616071
Binary110001111011001110111100101011010110110110001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B35E; }

 p { color: rgb(199,179,94); }

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

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

 a { background-color: rgb(199,179,94); }

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

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

 span { border-color: rgb(199,179,94); }

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