Shades of Laser #C6B265
Tints of Laser #C6B265
RGB
CMYK
RGB Variations
Color information
#C6B265 (or 0xC6B265) is known color: Laser. HEX triplet: C6, B2 and 65. RGB value is (198,178,101). Sum of RGB (Red+Green+Blue) = 198+178+101=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B265 is #394D9A. Grayscale: #AFAFAF. Windows color (decimal): -3755419 or 6664902. OLE color: 6664902.
HSL color Cylindrical-coordinate representation of color #C6B265: hue angle of 47.63º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6B265 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 101 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.22 |
| HSL | 47.63º | 0.46% | 0.59% | - |
| HSV(B) | 47.63º | 0.49% | 0.78% | - |
| XYZ | 41.56 | 44.79 | 18.77 | - |
| YUV | 175.2 | 86.13 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 101 | 0 | 0.10 | 0.49 | 0.22 | 47.63 | 0.46 | 0.59 |
| Hex | C6 | B2 | 65 | 0 | A | 31 | 16 | 30 | 2E | 3B |
| Octal | 306 | 262 | 145 | 0 | 12 | 61 | 26 | 60 | 56 | 73 |
| Binary | 11000110 | 10110010 | 1100101 | 0 | 1010 | 110001 | 10110 | 110000 | 101110 | 111011 |
Color Harmonies of #C6B265
Complementary color
Monochromatic Colors of #C6B265
Black with #C6B265
Text Example
Text Example
White with #C6B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B265; }
p { color: rgb(198,178,101); }
H1.HeaderClassName
{
color: #C6B265;
}
.AnyTagClassName
{
color: #C6B265;
}
</style>
background-color css
<style>
a { background-color: #C6B265; }
a { background-color: rgb(198,178,101); }
div.DivClassName
{
background-color: #C6B265;
}
.BgClassName
{
background-color: #C6B265;
}
</style>
border-color css
<style>
span { border-color: #C6B265; }
span { border-color: rgb(198,178,101); }
td.TdClassName
{
border-color: #C6B265;
}
.TagClassName
{
border-color: #C6B265;
}
</style>