Shades of Laser #C8AD67
Tints of Laser #C8AD67
RGB
CMYK
RGB Variations
Color information
#C8AD67 (or 0xC8AD67) is known color: Laser. HEX triplet: C8, AD and 67. RGB value is (200,173,103). Sum of RGB (Red+Green+Blue) = 200+173+103=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD67 is #375298. Grayscale: #ADADAD. Windows color (decimal): -3625625 or 6794696. OLE color: 6794696.
HSL color Cylindrical-coordinate representation of color #C8AD67: hue angle of 43.3º 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 #C8AD67 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 103 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.22 |
| HSL | 43.3º | 0.47% | 0.59% | - |
| HSV(B) | 43.3º | 0.49% | 0.78% | - |
| XYZ | 41.21 | 43.15 | 18.99 | - |
| YUV | 173.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 103 | 0 | 0.14 | 0.48 | 0.22 | 43.3 | 0.47 | 0.59 |
| Hex | C8 | AD | 67 | 0 | E | 30 | 16 | 2B | 2F | 3B |
| Octal | 310 | 255 | 147 | 0 | 16 | 60 | 26 | 53 | 57 | 73 |
| Binary | 11001000 | 10101101 | 1100111 | 0 | 1110 | 110000 | 10110 | 101011 | 101111 | 111011 |
Color Harmonies of #C8AD67
Complementary color
Monochromatic Colors of #C8AD67
Black with #C8AD67
Text Example
Text Example
White with #C8AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD67; }
p { color: rgb(200,173,103); }
H1.HeaderClassName
{
color: #C8AD67;
}
.AnyTagClassName
{
color: #C8AD67;
}
</style>
background-color css
<style>
a { background-color: #C8AD67; }
a { background-color: rgb(200,173,103); }
div.DivClassName
{
background-color: #C8AD67;
}
.BgClassName
{
background-color: #C8AD67;
}
</style>
border-color css
<style>
span { border-color: #C8AD67; }
span { border-color: rgb(200,173,103); }
td.TdClassName
{
border-color: #C8AD67;
}
.TagClassName
{
border-color: #C8AD67;
}
</style>