#C7B361

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

Shades of Laser #C7B361

Tints of Laser #C7B361

Color information

#C7B361 (or 0xC7B361) is unknown color: approx Laser. HEX triplet: C7, B3 and 61. RGB value is (199,179,97). Sum of RGB (Red+Green+Blue) = 199+179+97=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B361 is #384C9E. Grayscale: #AFAFAF. Windows color (decimal): -3689631 or 6403015. OLE color: 6403015.

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

Color convert

RGB19917997-
CMYK00.100.510.22
HSL48.24º47.66%58.04%-
HSV(B)48.24º51.26%78.04%-
XYZ41.8345.2517.84-
YUV175.6383.63144.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.89%
GREEN value IS 179 (70.31% from 255) = 37.68%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=41.89%
G=37.68%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991799700.100.510.2248.2447.6658.04
HexC7B3610A331630303a
Octal3072631410126326606072
Binary110001111011001111000010101011001110110110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B361; }

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

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

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

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

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

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

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

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