Shades of Laser #C7B25F
Tints of Laser #C7B25F
RGB
CMYK
RGB Variations
Color information
#C7B25F (or 0xC7B25F) is known color: Laser. HEX triplet: C7, B2 and 5F. RGB value is (199,178,95). Sum of RGB (Red+Green+Blue) = 199+178+95=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B25F is #384DA0. Grayscale: #AFAFAF. Windows color (decimal): -3689889 or 6271687. OLE color: 6271687.
HSL color Cylindrical-coordinate representation of color #C7B25F: hue angle of 47.88º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7B25F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 178 | 95 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.22 |
| HSL | 47.88º | 0.48% | 0.58% | - |
| HSV(B) | 47.88º | 0.52% | 0.78% | - |
| XYZ | 41.54 | 44.81 | 17.29 | - |
| YUV | 174.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 178 | 95 | 0 | 0.11 | 0.52 | 0.22 | 47.88 | 0.48 | 0.58 |
| Hex | C7 | B2 | 5F | 0 | B | 34 | 16 | 30 | 30 | 3A |
| Octal | 307 | 262 | 137 | 0 | 13 | 64 | 26 | 60 | 60 | 72 |
| Binary | 11000111 | 10110010 | 1011111 | 0 | 1011 | 110100 | 10110 | 110000 | 110000 | 111010 |
Color Harmonies of #C7B25F
Complementary color
Monochromatic Colors of #C7B25F
Black with #C7B25F
Text Example
Text Example
White with #C7B25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B25F; }
p { color: rgb(199,178,95); }
H1.HeaderClassName
{
color: #C7B25F;
}
.AnyTagClassName
{
color: #C7B25F;
}
</style>
background-color css
<style>
a { background-color: #C7B25F; }
a { background-color: rgb(199,178,95); }
div.DivClassName
{
background-color: #C7B25F;
}
.BgClassName
{
background-color: #C7B25F;
}
</style>
border-color css
<style>
span { border-color: #C7B25F; }
span { border-color: rgb(199,178,95); }
td.TdClassName
{
border-color: #C7B25F;
}
.TagClassName
{
border-color: #C7B25F;
}
</style>