Shades of Laser #C6B268
Tints of Laser #C6B268
RGB
CMYK
RGB Variations
Color information
#C6B268 (or 0xC6B268) is known color: Laser. HEX triplet: C6, B2 and 68. RGB value is (198,178,104). Sum of RGB (Red+Green+Blue) = 198+178+104=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B268 is #394D97. Grayscale: #AFAFAF. Windows color (decimal): -3755416 or 6861510. OLE color: 6861510.
HSL color Cylindrical-coordinate representation of color #C6B268: hue angle of 47.23º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6B268 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 178 | 104 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.22 |
| HSL | 47.23º | 0.45% | 0.59% | - |
| HSV(B) | 47.23º | 0.47% | 0.78% | - |
| XYZ | 41.71 | 44.85 | 19.55 | - |
| YUV | 175.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 178 | 104 | 0 | 0.10 | 0.47 | 0.22 | 47.23 | 0.45 | 0.59 |
| Hex | C6 | B2 | 68 | 0 | A | 2F | 16 | 2F | 2D | 3B |
| Octal | 306 | 262 | 150 | 0 | 12 | 57 | 26 | 57 | 55 | 73 |
| Binary | 11000110 | 10110010 | 1101000 | 0 | 1010 | 101111 | 10110 | 101111 | 101101 | 111011 |
Color Harmonies of #C6B268
Complementary color
Monochromatic Colors of #C6B268
Black with #C6B268
Text Example
Text Example
White with #C6B268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B268; }
p { color: rgb(198,178,104); }
H1.HeaderClassName
{
color: #C6B268;
}
.AnyTagClassName
{
color: #C6B268;
}
</style>
background-color css
<style>
a { background-color: #C6B268; }
a { background-color: rgb(198,178,104); }
div.DivClassName
{
background-color: #C6B268;
}
.BgClassName
{
background-color: #C6B268;
}
</style>
border-color css
<style>
span { border-color: #C6B268; }
span { border-color: rgb(198,178,104); }
td.TdClassName
{
border-color: #C6B268;
}
.TagClassName
{
border-color: #C6B268;
}
</style>