Shades of Laser #C69E5A
Tints of Laser #C69E5A
RGB
CMYK
RGB Variations
Color information
#C69E5A (or 0xC69E5A) is known color: Laser. HEX triplet: C6, 9E and 5A. RGB value is (198,158,90). Sum of RGB (Red+Green+Blue) = 198+158+90=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E5A is #3961A5. Grayscale: #A2A2A2. Windows color (decimal): -3760550 or 5938886. OLE color: 5938886.
HSL color Cylindrical-coordinate representation of color #C69E5A: hue angle of 37.78º 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 #C69E5A is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 90 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.22 |
| HSL | 37.78º | 0.49% | 0.56% | - |
| HSV(B) | 37.78º | 0.55% | 0.78% | - |
| XYZ | 37.36 | 37.2 | 14.88 | - |
| YUV | 162.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 90 | 0 | 0.20 | 0.55 | 0.22 | 37.78 | 0.49 | 0.56 |
| Hex | C6 | 9E | 5A | 0 | 14 | 37 | 16 | 26 | 31 | 38 |
| Octal | 306 | 236 | 132 | 0 | 24 | 67 | 26 | 46 | 61 | 70 |
| Binary | 11000110 | 10011110 | 1011010 | 0 | 10100 | 110111 | 10110 | 100110 | 110001 | 111000 |
Color Harmonies of #C69E5A
Complementary color
Monochromatic Colors of #C69E5A
Black with #C69E5A
Text Example
Text Example
White with #C69E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E5A; }
p { color: rgb(198,158,90); }
H1.HeaderClassName
{
color: #C69E5A;
}
.AnyTagClassName
{
color: #C69E5A;
}
</style>
background-color css
<style>
a { background-color: #C69E5A; }
a { background-color: rgb(198,158,90); }
div.DivClassName
{
background-color: #C69E5A;
}
.BgClassName
{
background-color: #C69E5A;
}
</style>
border-color css
<style>
span { border-color: #C69E5A; }
span { border-color: rgb(198,158,90); }
td.TdClassName
{
border-color: #C69E5A;
}
.TagClassName
{
border-color: #C69E5A;
}
</style>