Shades of Laser #C99E5B
Tints of Laser #C99E5B
RGB
CMYK
RGB Variations
Color information
#C99E5B (or 0xC99E5B) is known color: Laser. HEX triplet: C9, 9E and 5B. RGB value is (201,158,91). Sum of RGB (Red+Green+Blue) = 201+158+91=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 91 (35.94% from 255 or 20.22% from 450); Max value from RGB is 201 - color contains mainly: red. Hex color #C99E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99E5B is #3661A4. Grayscale: #A3A3A3. Windows color (decimal): -3563941 or 6004425. OLE color: 6004425.
HSL color Cylindrical-coordinate representation of color #C99E5B: hue angle of 36.55º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C99E5B is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 158 | 91 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.21 |
| HSL | 36.55º | 0.5% | 0.57% | - |
| HSV(B) | 36.55º | 0.55% | 0.79% | - |
| XYZ | 38.2 | 37.63 | 15.15 | - |
| YUV | 163.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 158 | 91 | 0 | 0.21 | 0.55 | 0.21 | 36.55 | 0.5 | 0.57 |
| Hex | C9 | 9E | 5B | 0 | 15 | 37 | 15 | 25 | 32 | 39 |
| Octal | 311 | 236 | 133 | 0 | 25 | 67 | 25 | 45 | 62 | 71 |
| Binary | 11001001 | 10011110 | 1011011 | 0 | 10101 | 110111 | 10101 | 100101 | 110010 | 111001 |
Color Harmonies of #C99E5B
Complementary color
Monochromatic Colors of #C99E5B
Black with #C99E5B
Text Example
Text Example
White with #C99E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99E5B; }
p { color: rgb(201,158,91); }
H1.HeaderClassName
{
color: #C99E5B;
}
.AnyTagClassName
{
color: #C99E5B;
}
</style>
background-color css
<style>
a { background-color: #C99E5B; }
a { background-color: rgb(201,158,91); }
div.DivClassName
{
background-color: #C99E5B;
}
.BgClassName
{
background-color: #C99E5B;
}
</style>
border-color css
<style>
span { border-color: #C99E5B; }
span { border-color: rgb(201,158,91); }
td.TdClassName
{
border-color: #C99E5B;
}
.TagClassName
{
border-color: #C99E5B;
}
</style>