Shades of Laser #C3AD68
Tints of Laser #C3AD68
RGB
CMYK
RGB Variations
Color information
#C3AD68 (or 0xC3AD68) is known color: Laser. HEX triplet: C3, AD and 68. RGB value is (195,173,104). Sum of RGB (Red+Green+Blue) = 195+173+104=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD68 is #3C5297. Grayscale: #ACACAC. Windows color (decimal): -3953304 or 6860227. OLE color: 6860227.
HSL color Cylindrical-coordinate representation of color #C3AD68: hue angle of 45.49º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3AD68 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 104 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.24 |
| HSL | 45.49º | 0.43% | 0.59% | - |
| HSV(B) | 45.49º | 0.47% | 0.76% | - |
| XYZ | 39.95 | 42.49 | 19.19 | - |
| YUV | 171.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 104 | 0 | 0.11 | 0.47 | 0.24 | 45.49 | 0.43 | 0.59 |
| Hex | C3 | AD | 68 | 0 | B | 2F | 18 | 2D | 2B | 3B |
| Octal | 303 | 255 | 150 | 0 | 13 | 57 | 30 | 55 | 53 | 73 |
| Binary | 11000011 | 10101101 | 1101000 | 0 | 1011 | 101111 | 11000 | 101101 | 101011 | 111011 |
Color Harmonies of #C3AD68
Complementary color
Monochromatic Colors of #C3AD68
Black with #C3AD68
Text Example
Text Example
White with #C3AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD68; }
p { color: rgb(195,173,104); }
H1.HeaderClassName
{
color: #C3AD68;
}
.AnyTagClassName
{
color: #C3AD68;
}
</style>
background-color css
<style>
a { background-color: #C3AD68; }
a { background-color: rgb(195,173,104); }
div.DivClassName
{
background-color: #C3AD68;
}
.BgClassName
{
background-color: #C3AD68;
}
</style>
border-color css
<style>
span { border-color: #C3AD68; }
span { border-color: rgb(195,173,104); }
td.TdClassName
{
border-color: #C3AD68;
}
.TagClassName
{
border-color: #C3AD68;
}
</style>