Shades of Laser #C3B159
Tints of Laser #C3B159
RGB
CMYK
RGB Variations
Color information
#C3B159 (or 0xC3B159) is known color: Laser. HEX triplet: C3, B1 and 59. RGB value is (195,177,89). Sum of RGB (Red+Green+Blue) = 195+177+89=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B159 is #3C4EA6. Grayscale: #ACACAC. Windows color (decimal): -3952295 or 5878211. OLE color: 5878211.
HSL color Cylindrical-coordinate representation of color #C3B159: hue angle of 49.81º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3B159 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 177 | 89 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.24 |
| HSL | 49.81º | 0.47% | 0.56% | - |
| HSV(B) | 49.81º | 0.54% | 0.76% | - |
| XYZ | 40.03 | 43.77 | 15.79 | - |
| YUV | 172.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 177 | 89 | 0 | 0.09 | 0.54 | 0.24 | 49.81 | 0.47 | 0.56 |
| Hex | C3 | B1 | 59 | 0 | 9 | 36 | 18 | 32 | 2F | 38 |
| Octal | 303 | 261 | 131 | 0 | 11 | 66 | 30 | 62 | 57 | 70 |
| Binary | 11000011 | 10110001 | 1011001 | 0 | 1001 | 110110 | 11000 | 110010 | 101111 | 111000 |
Color Harmonies of #C3B159
Complementary color
Monochromatic Colors of #C3B159
Black with #C3B159
Text Example
Text Example
White with #C3B159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B159; }
p { color: rgb(195,177,89); }
H1.HeaderClassName
{
color: #C3B159;
}
.AnyTagClassName
{
color: #C3B159;
}
</style>
background-color css
<style>
a { background-color: #C3B159; }
a { background-color: rgb(195,177,89); }
div.DivClassName
{
background-color: #C3B159;
}
.BgClassName
{
background-color: #C3B159;
}
</style>
border-color css
<style>
span { border-color: #C3B159; }
span { border-color: rgb(195,177,89); }
td.TdClassName
{
border-color: #C3B159;
}
.TagClassName
{
border-color: #C3B159;
}
</style>