Shades of Laser #C3AF67
Tints of Laser #C3AF67
RGB
CMYK
RGB Variations
Color information
#C3AF67 (or 0xC3AF67) is known color: Laser. HEX triplet: C3, AF and 67. RGB value is (195,175,103). Sum of RGB (Red+Green+Blue) = 195+175+103=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 103 (40.62% from 255 or 21.78% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF67 is #3C5098. Grayscale: #ADADAD. Windows color (decimal): -3952793 or 6795203. OLE color: 6795203.
HSL color Cylindrical-coordinate representation of color #C3AF67: hue angle of 46.96º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3AF67 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 103 | - |
| CMYK | 0 | 0.10 | 0.47 | 0.24 |
| HSL | 46.96º | 0.43% | 0.58% | - |
| HSV(B) | 46.96º | 0.47% | 0.76% | - |
| XYZ | 40.28 | 43.24 | 19.06 | - |
| YUV | 172.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 103 | 0 | 0.10 | 0.47 | 0.24 | 46.96 | 0.43 | 0.58 |
| Hex | C3 | AF | 67 | 0 | A | 2F | 18 | 2F | 2B | 3A |
| Octal | 303 | 257 | 147 | 0 | 12 | 57 | 30 | 57 | 53 | 72 |
| Binary | 11000011 | 10101111 | 1100111 | 0 | 1010 | 101111 | 11000 | 101111 | 101011 | 111010 |
Color Harmonies of #C3AF67
Complementary color
Monochromatic Colors of #C3AF67
Black with #C3AF67
Text Example
Text Example
White with #C3AF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF67; }
p { color: rgb(195,175,103); }
H1.HeaderClassName
{
color: #C3AF67;
}
.AnyTagClassName
{
color: #C3AF67;
}
</style>
background-color css
<style>
a { background-color: #C3AF67; }
a { background-color: rgb(195,175,103); }
div.DivClassName
{
background-color: #C3AF67;
}
.BgClassName
{
background-color: #C3AF67;
}
</style>
border-color css
<style>
span { border-color: #C3AF67; }
span { border-color: rgb(195,175,103); }
td.TdClassName
{
border-color: #C3AF67;
}
.TagClassName
{
border-color: #C3AF67;
}
</style>