Shades of Laser #C9B067
Tints of Laser #C9B067
RGB
CMYK
RGB Variations
Color information
#C9B067 (or 0xC9B067) is known color: Laser. HEX triplet: C9, B0 and 67. RGB value is (201,176,103). Sum of RGB (Red+Green+Blue) = 201+176+103=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B067 is #364F98. Grayscale: #AFAFAF. Windows color (decimal): -3559321 or 6795465. OLE color: 6795465.
HSL color Cylindrical-coordinate representation of color #C9B067: hue angle of 44.69º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9B067 is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 103 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.21 |
| HSL | 44.69º | 0.48% | 0.6% | - |
| HSV(B) | 44.69º | 0.49% | 0.79% | - |
| XYZ | 42.06 | 44.45 | 19.19 | - |
| YUV | 175.15 | 87.28 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 103 | 0 | 0.12 | 0.49 | 0.21 | 44.69 | 0.48 | 0.6 |
| Hex | C9 | B0 | 67 | 0 | C | 31 | 15 | 2D | 30 | 3C |
| Octal | 311 | 260 | 147 | 0 | 14 | 61 | 25 | 55 | 60 | 74 |
| Binary | 11001001 | 10110000 | 1100111 | 0 | 1100 | 110001 | 10101 | 101101 | 110000 | 111100 |
Color Harmonies of #C9B067
Complementary color
Monochromatic Colors of #C9B067
Black with #C9B067
Text Example
Text Example
White with #C9B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B067; }
p { color: rgb(201,176,103); }
H1.HeaderClassName
{
color: #C9B067;
}
.AnyTagClassName
{
color: #C9B067;
}
</style>
background-color css
<style>
a { background-color: #C9B067; }
a { background-color: rgb(201,176,103); }
div.DivClassName
{
background-color: #C9B067;
}
.BgClassName
{
background-color: #C9B067;
}
</style>
border-color css
<style>
span { border-color: #C9B067; }
span { border-color: rgb(201,176,103); }
td.TdClassName
{
border-color: #C9B067;
}
.TagClassName
{
border-color: #C9B067;
}
</style>