Shades of Laser #C5B265
Tints of Laser #C5B265
RGB
CMYK
RGB Variations
Color information
#C5B265 (or 0xC5B265) is known color: Laser. HEX triplet: C5, B2 and 65. RGB value is (197,178,101). Sum of RGB (Red+Green+Blue) = 197+178+101=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B265 is #3A4D9A. Grayscale: #AFAFAF. Windows color (decimal): -3820955 or 6664901. OLE color: 6664901.
HSL color Cylindrical-coordinate representation of color #C5B265: hue angle of 48.12º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C5B265 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 178 | 101 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.23 |
| HSL | 48.13º | 0.45% | 0.58% | - |
| HSV(B) | 48.13º | 0.49% | 0.77% | - |
| XYZ | 41.3 | 44.65 | 18.75 | - |
| YUV | 174.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 178 | 101 | 0 | 0.10 | 0.49 | 0.23 | 48.13 | 0.45 | 0.58 |
| Hex | C5 | B2 | 65 | 0 | A | 31 | 17 | 30 | 2D | 3A |
| Octal | 305 | 262 | 145 | 0 | 12 | 61 | 27 | 60 | 55 | 72 |
| Binary | 11000101 | 10110010 | 1100101 | 0 | 1010 | 110001 | 10111 | 110000 | 101101 | 111010 |
Color Harmonies of #C5B265
Complementary color
Monochromatic Colors of #C5B265
Black with #C5B265
Text Example
Text Example
White with #C5B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B265; }
p { color: rgb(197,178,101); }
H1.HeaderClassName
{
color: #C5B265;
}
.AnyTagClassName
{
color: #C5B265;
}
</style>
background-color css
<style>
a { background-color: #C5B265; }
a { background-color: rgb(197,178,101); }
div.DivClassName
{
background-color: #C5B265;
}
.BgClassName
{
background-color: #C5B265;
}
</style>
border-color css
<style>
span { border-color: #C5B265; }
span { border-color: rgb(197,178,101); }
td.TdClassName
{
border-color: #C5B265;
}
.TagClassName
{
border-color: #C5B265;
}
</style>