Shades of Laser #C6A567
Tints of Laser #C6A567
RGB
CMYK
RGB Variations
Color information
#C6A567 (or 0xC6A567) is known color: Laser. HEX triplet: C6, A5 and 67. RGB value is (198,165,103). Sum of RGB (Red+Green+Blue) = 198+165+103=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A567 is #395A98. Grayscale: #A8A8A8. Windows color (decimal): -3758745 or 6792646. OLE color: 6792646.
HSL color Cylindrical-coordinate representation of color #C6A567: hue angle of 39.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6A567 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 165 | 103 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.22 |
| HSL | 39.16º | 0.45% | 0.59% | - |
| HSV(B) | 39.16º | 0.48% | 0.78% | - |
| XYZ | 39.19 | 39.9 | 18.47 | - |
| YUV | 167.8 | 91.43 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 165 | 103 | 0 | 0.17 | 0.48 | 0.22 | 39.16 | 0.45 | 0.59 |
| Hex | C6 | A5 | 67 | 0 | 11 | 30 | 16 | 27 | 2D | 3B |
| Octal | 306 | 245 | 147 | 0 | 21 | 60 | 26 | 47 | 55 | 73 |
| Binary | 11000110 | 10100101 | 1100111 | 0 | 10001 | 110000 | 10110 | 100111 | 101101 | 111011 |
Color Harmonies of #C6A567
Complementary color
Monochromatic Colors of #C6A567
Black with #C6A567
Text Example
Text Example
White with #C6A567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A567; }
p { color: rgb(198,165,103); }
H1.HeaderClassName
{
color: #C6A567;
}
.AnyTagClassName
{
color: #C6A567;
}
</style>
background-color css
<style>
a { background-color: #C6A567; }
a { background-color: rgb(198,165,103); }
div.DivClassName
{
background-color: #C6A567;
}
.BgClassName
{
background-color: #C6A567;
}
</style>
border-color css
<style>
span { border-color: #C6A567; }
span { border-color: rgb(198,165,103); }
td.TdClassName
{
border-color: #C6A567;
}
.TagClassName
{
border-color: #C6A567;
}
</style>