Shades of Laser #C5B167
Tints of Laser #C5B167
RGB
CMYK
RGB Variations
Color information
#C5B167 (or 0xC5B167) is known color: Laser. HEX triplet: C5, B1 and 67. RGB value is (197,177,103). Sum of RGB (Red+Green+Blue) = 197+177+103=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B167 is #3A4E98. Grayscale: #AEAEAE. Windows color (decimal): -3821209 or 6795717. OLE color: 6795717.
HSL color Cylindrical-coordinate representation of color #C5B167: hue angle of 47.23º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5B167 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 103 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.23 |
| HSL | 47.23º | 0.45% | 0.59% | - |
| HSV(B) | 47.23º | 0.48% | 0.77% | - |
| XYZ | 41.2 | 44.29 | 19.21 | - |
| YUV | 174.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 103 | 0 | 0.10 | 0.48 | 0.23 | 47.23 | 0.45 | 0.59 |
| Hex | C5 | B1 | 67 | 0 | A | 30 | 17 | 2F | 2D | 3B |
| Octal | 305 | 261 | 147 | 0 | 12 | 60 | 27 | 57 | 55 | 73 |
| Binary | 11000101 | 10110001 | 1100111 | 0 | 1010 | 110000 | 10111 | 101111 | 101101 | 111011 |
Color Harmonies of #C5B167
Complementary color
Monochromatic Colors of #C5B167
Black with #C5B167
Text Example
Text Example
White with #C5B167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B167; }
p { color: rgb(197,177,103); }
H1.HeaderClassName
{
color: #C5B167;
}
.AnyTagClassName
{
color: #C5B167;
}
</style>
background-color css
<style>
a { background-color: #C5B167; }
a { background-color: rgb(197,177,103); }
div.DivClassName
{
background-color: #C5B167;
}
.BgClassName
{
background-color: #C5B167;
}
</style>
border-color css
<style>
span { border-color: #C5B167; }
span { border-color: rgb(197,177,103); }
td.TdClassName
{
border-color: #C5B167;
}
.TagClassName
{
border-color: #C5B167;
}
</style>