Shades of Laser #C69E5C
Tints of Laser #C69E5C
RGB
CMYK
RGB Variations
Color information
#C69E5C (or 0xC69E5C) is known color: Laser. HEX triplet: C6, 9E and 5C. RGB value is (198,158,92). Sum of RGB (Red+Green+Blue) = 198+158+92=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E5C is #3961A3. Grayscale: #A2A2A2. Windows color (decimal): -3760548 or 6069958. OLE color: 6069958.
HSL color Cylindrical-coordinate representation of color #C69E5C: hue angle of 37.36º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C69E5C is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 92 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.22 |
| HSL | 37.36º | 0.48% | 0.57% | - |
| HSV(B) | 37.36º | 0.54% | 0.78% | - |
| XYZ | 37.45 | 37.23 | 15.34 | - |
| YUV | 162.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 92 | 0 | 0.20 | 0.54 | 0.22 | 37.36 | 0.48 | 0.57 |
| Hex | C6 | 9E | 5C | 0 | 14 | 36 | 16 | 25 | 30 | 39 |
| Octal | 306 | 236 | 134 | 0 | 24 | 66 | 26 | 45 | 60 | 71 |
| Binary | 11000110 | 10011110 | 1011100 | 0 | 10100 | 110110 | 10110 | 100101 | 110000 | 111001 |
Color Harmonies of #C69E5C
Complementary color
Monochromatic Colors of #C69E5C
Black with #C69E5C
Text Example
Text Example
White with #C69E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E5C; }
p { color: rgb(198,158,92); }
H1.HeaderClassName
{
color: #C69E5C;
}
.AnyTagClassName
{
color: #C69E5C;
}
</style>
background-color css
<style>
a { background-color: #C69E5C; }
a { background-color: rgb(198,158,92); }
div.DivClassName
{
background-color: #C69E5C;
}
.BgClassName
{
background-color: #C69E5C;
}
</style>
border-color css
<style>
span { border-color: #C69E5C; }
span { border-color: rgb(198,158,92); }
td.TdClassName
{
border-color: #C69E5C;
}
.TagClassName
{
border-color: #C69E5C;
}
</style>