Shades of Laser #C99F60
Tints of Laser #C99F60
RGB
CMYK
RGB Variations
Color information
#C99F60 (or 0xC99F60) is known color: Laser. HEX triplet: C9, 9F and 60. RGB value is (201,159,96). Sum of RGB (Red+Green+Blue) = 201+159+96=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 96 (37.89% from 255 or 21.05% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C99F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99F60 is #36609F. Grayscale: #A4A4A4. Windows color (decimal): -3563680 or 6332361. OLE color: 6332361.
HSL color Cylindrical-coordinate representation of color #C99F60: hue angle of 36º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C99F60 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 159 | 96 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.21 |
| HSL | 36º | 0.49% | 0.58% | - |
| HSV(B) | 36º | 0.52% | 0.79% | - |
| XYZ | 38.6 | 38.06 | 16.38 | - |
| YUV | 164.38 | 89.41 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 96 | 0 | 0.21 | 0.52 | 0.21 | 36 | 0.49 | 0.58 |
| Hex | C9 | 9F | 60 | 0 | 15 | 34 | 15 | 24 | 31 | 3A |
| Octal | 311 | 237 | 140 | 0 | 25 | 64 | 25 | 44 | 61 | 72 |
| Binary | 11001001 | 10011111 | 1100000 | 0 | 10101 | 110100 | 10101 | 100100 | 110001 | 111010 |
Color Harmonies of #C99F60
Complementary color
Monochromatic Colors of #C99F60
Black with #C99F60
Text Example
Text Example
White with #C99F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99F60; }
p { color: rgb(201,159,96); }
H1.HeaderClassName
{
color: #C99F60;
}
.AnyTagClassName
{
color: #C99F60;
}
</style>
background-color css
<style>
a { background-color: #C99F60; }
a { background-color: rgb(201,159,96); }
div.DivClassName
{
background-color: #C99F60;
}
.BgClassName
{
background-color: #C99F60;
}
</style>
border-color css
<style>
span { border-color: #C99F60; }
span { border-color: rgb(201,159,96); }
td.TdClassName
{
border-color: #C99F60;
}
.TagClassName
{
border-color: #C99F60;
}
</style>