Shades of Laser #C6B15F
Tints of Laser #C6B15F
RGB
CMYK
RGB Variations
Color information
#C6B15F (or 0xC6B15F) is known color: Laser. HEX triplet: C6, B1 and 5F. RGB value is (198,177,95). Sum of RGB (Red+Green+Blue) = 198+177+95=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B15F is #394EA0. Grayscale: #AEAEAE. Windows color (decimal): -3755681 or 6271430. OLE color: 6271430.
HSL color Cylindrical-coordinate representation of color #C6B15F: hue angle of 47.77º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6B15F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 95 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.22 |
| HSL | 47.77º | 0.47% | 0.57% | - |
| HSV(B) | 47.77º | 0.52% | 0.78% | - |
| XYZ | 41.08 | 44.28 | 17.21 | - |
| YUV | 173.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 95 | 0 | 0.11 | 0.52 | 0.22 | 47.77 | 0.47 | 0.57 |
| Hex | C6 | B1 | 5F | 0 | B | 34 | 16 | 30 | 2F | 39 |
| Octal | 306 | 261 | 137 | 0 | 13 | 64 | 26 | 60 | 57 | 71 |
| Binary | 11000110 | 10110001 | 1011111 | 0 | 1011 | 110100 | 10110 | 110000 | 101111 | 111001 |
Color Harmonies of #C6B15F
Complementary color
Monochromatic Colors of #C6B15F
Black with #C6B15F
Text Example
Text Example
White with #C6B15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B15F; }
p { color: rgb(198,177,95); }
H1.HeaderClassName
{
color: #C6B15F;
}
.AnyTagClassName
{
color: #C6B15F;
}
</style>
background-color css
<style>
a { background-color: #C6B15F; }
a { background-color: rgb(198,177,95); }
div.DivClassName
{
background-color: #C6B15F;
}
.BgClassName
{
background-color: #C6B15F;
}
</style>
border-color css
<style>
span { border-color: #C6B15F; }
span { border-color: rgb(198,177,95); }
td.TdClassName
{
border-color: #C6B15F;
}
.TagClassName
{
border-color: #C6B15F;
}
</style>