Shades of Laser #C3AC68
Tints of Laser #C3AC68
RGB
CMYK
RGB Variations
Color information
#C3AC68 (or 0xC3AC68) is known color: Laser. HEX triplet: C3, AC and 68. RGB value is (195,172,104). Sum of RGB (Red+Green+Blue) = 195+172+104=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC68 is #3C5397. Grayscale: #ABABAB. Windows color (decimal): -3953560 or 6859971. OLE color: 6859971.
HSL color Cylindrical-coordinate representation of color #C3AC68: hue angle of 44.84º 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 #C3AC68 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 104 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.24 |
| HSL | 44.84º | 0.43% | 0.59% | - |
| HSV(B) | 44.84º | 0.47% | 0.76% | - |
| XYZ | 39.76 | 42.11 | 19.13 | - |
| YUV | 171.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 104 | 0 | 0.12 | 0.47 | 0.24 | 44.84 | 0.43 | 0.59 |
| Hex | C3 | AC | 68 | 0 | C | 2F | 18 | 2D | 2B | 3B |
| Octal | 303 | 254 | 150 | 0 | 14 | 57 | 30 | 55 | 53 | 73 |
| Binary | 11000011 | 10101100 | 1101000 | 0 | 1100 | 101111 | 11000 | 101101 | 101011 | 111011 |
Color Harmonies of #C3AC68
Complementary color
Monochromatic Colors of #C3AC68
Black with #C3AC68
Text Example
Text Example
White with #C3AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC68; }
p { color: rgb(195,172,104); }
H1.HeaderClassName
{
color: #C3AC68;
}
.AnyTagClassName
{
color: #C3AC68;
}
</style>
background-color css
<style>
a { background-color: #C3AC68; }
a { background-color: rgb(195,172,104); }
div.DivClassName
{
background-color: #C3AC68;
}
.BgClassName
{
background-color: #C3AC68;
}
</style>
border-color css
<style>
span { border-color: #C3AC68; }
span { border-color: rgb(195,172,104); }
td.TdClassName
{
border-color: #C3AC68;
}
.TagClassName
{
border-color: #C3AC68;
}
</style>