Shades of Laser #C8B067
Tints of Laser #C8B067
RGB
CMYK
RGB Variations
Color information
#C8B067 (or 0xC8B067) is known color: Laser. HEX triplet: C8, B0 and 67. RGB value is (200,176,103). Sum of RGB (Red+Green+Blue) = 200+176+103=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B067 is #374F98. Grayscale: #AFAFAF. Windows color (decimal): -3624857 or 6795464. OLE color: 6795464.
HSL color Cylindrical-coordinate representation of color #C8B067: hue angle of 45.15º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8B067 is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 103 | - |
| CMYK | 0 | 0.12 | 0.48 | 0.22 |
| HSL | 45.15º | 0.47% | 0.59% | - |
| HSV(B) | 45.15º | 0.49% | 0.78% | - |
| XYZ | 41.79 | 44.31 | 19.18 | - |
| YUV | 174.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 103 | 0 | 0.12 | 0.48 | 0.22 | 45.15 | 0.47 | 0.59 |
| Hex | C8 | B0 | 67 | 0 | C | 30 | 16 | 2D | 2F | 3B |
| Octal | 310 | 260 | 147 | 0 | 14 | 60 | 26 | 55 | 57 | 73 |
| Binary | 11001000 | 10110000 | 1100111 | 0 | 1100 | 110000 | 10110 | 101101 | 101111 | 111011 |
Color Harmonies of #C8B067
Complementary color
Monochromatic Colors of #C8B067
Black with #C8B067
Text Example
Text Example
White with #C8B067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B067; }
p { color: rgb(200,176,103); }
H1.HeaderClassName
{
color: #C8B067;
}
.AnyTagClassName
{
color: #C8B067;
}
</style>
background-color css
<style>
a { background-color: #C8B067; }
a { background-color: rgb(200,176,103); }
div.DivClassName
{
background-color: #C8B067;
}
.BgClassName
{
background-color: #C8B067;
}
</style>
border-color css
<style>
span { border-color: #C8B067; }
span { border-color: rgb(200,176,103); }
td.TdClassName
{
border-color: #C8B067;
}
.TagClassName
{
border-color: #C8B067;
}
</style>