Shades of Laser #C69E59
Tints of Laser #C69E59
RGB
CMYK
RGB Variations
Color information
#C69E59 (or 0xC69E59) is known color: Laser. HEX triplet: C6, 9E and 59. RGB value is (198,158,89). Sum of RGB (Red+Green+Blue) = 198+158+89=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E59 is #3961A6. Grayscale: #A2A2A2. Windows color (decimal): -3760551 or 5873350. OLE color: 5873350.
HSL color Cylindrical-coordinate representation of color #C69E59: hue angle of 37.98º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C69E59 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 89 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.22 |
| HSL | 37.98º | 0.49% | 0.56% | - |
| HSV(B) | 37.98º | 0.55% | 0.78% | - |
| XYZ | 37.32 | 37.18 | 14.66 | - |
| YUV | 162.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 89 | 0 | 0.20 | 0.55 | 0.22 | 37.98 | 0.49 | 0.56 |
| Hex | C6 | 9E | 59 | 0 | 14 | 37 | 16 | 26 | 31 | 38 |
| Octal | 306 | 236 | 131 | 0 | 24 | 67 | 26 | 46 | 61 | 70 |
| Binary | 11000110 | 10011110 | 1011001 | 0 | 10100 | 110111 | 10110 | 100110 | 110001 | 111000 |
Color Harmonies of #C69E59
Complementary color
Monochromatic Colors of #C69E59
Black with #C69E59
Text Example
Text Example
White with #C69E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E59; }
p { color: rgb(198,158,89); }
H1.HeaderClassName
{
color: #C69E59;
}
.AnyTagClassName
{
color: #C69E59;
}
</style>
background-color css
<style>
a { background-color: #C69E59; }
a { background-color: rgb(198,158,89); }
div.DivClassName
{
background-color: #C69E59;
}
.BgClassName
{
background-color: #C69E59;
}
</style>
border-color css
<style>
span { border-color: #C69E59; }
span { border-color: rgb(198,158,89); }
td.TdClassName
{
border-color: #C69E59;
}
.TagClassName
{
border-color: #C69E59;
}
</style>