Shades of Laser #C69F54
Tints of Laser #C69F54
RGB
CMYK
RGB Variations
Color information
#C69F54 (or 0xC69F54) is known color: Laser. HEX triplet: C6, 9F and 54. RGB value is (198,159,84). Sum of RGB (Red+Green+Blue) = 198+159+84=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F54 is #3960AB. Grayscale: #A2A2A2. Windows color (decimal): -3760300 or 5545926. OLE color: 5545926.
HSL color Cylindrical-coordinate representation of color #C69F54: hue angle of 39.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C69F54 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 84 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.22 |
| HSL | 39.47º | 0.5% | 0.55% | - |
| HSV(B) | 39.47º | 0.58% | 0.78% | - |
| XYZ | 37.29 | 37.44 | 13.65 | - |
| YUV | 162.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 84 | 0 | 0.20 | 0.58 | 0.22 | 39.47 | 0.5 | 0.55 |
| Hex | C6 | 9F | 54 | 0 | 14 | 3A | 16 | 27 | 32 | 37 |
| Octal | 306 | 237 | 124 | 0 | 24 | 72 | 26 | 47 | 62 | 67 |
| Binary | 11000110 | 10011111 | 1010100 | 0 | 10100 | 111010 | 10110 | 100111 | 110010 | 110111 |
Color Harmonies of #C69F54
Complementary color
Monochromatic Colors of #C69F54
Black with #C69F54
Text Example
Text Example
White with #C69F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F54; }
p { color: rgb(198,159,84); }
H1.HeaderClassName
{
color: #C69F54;
}
.AnyTagClassName
{
color: #C69F54;
}
</style>
background-color css
<style>
a { background-color: #C69F54; }
a { background-color: rgb(198,159,84); }
div.DivClassName
{
background-color: #C69F54;
}
.BgClassName
{
background-color: #C69F54;
}
</style>
border-color css
<style>
span { border-color: #C69F54; }
span { border-color: rgb(198,159,84); }
td.TdClassName
{
border-color: #C69F54;
}
.TagClassName
{
border-color: #C69F54;
}
</style>