Shades of Laser #C3A867
Tints of Laser #C3A867
RGB
CMYK
RGB Variations
Color information
#C3A867 (or 0xC3A867) is known color: Laser. HEX triplet: C3, A8 and 67. RGB value is (195,168,103). Sum of RGB (Red+Green+Blue) = 195+168+103=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 103 (40.62% from 255 or 22.10% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A867 is #3C5798. Grayscale: #A8A8A8. Windows color (decimal): -3954585 or 6793411. OLE color: 6793411.
HSL color Cylindrical-coordinate representation of color #C3A867: hue angle of 42.39º 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 #C3A867 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 103 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.24 |
| HSL | 42.39º | 0.43% | 0.58% | - |
| HSV(B) | 42.39º | 0.47% | 0.76% | - |
| XYZ | 38.96 | 40.59 | 18.61 | - |
| YUV | 168.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 103 | 0 | 0.14 | 0.47 | 0.24 | 42.39 | 0.43 | 0.58 |
| Hex | C3 | A8 | 67 | 0 | E | 2F | 18 | 2A | 2B | 3A |
| Octal | 303 | 250 | 147 | 0 | 16 | 57 | 30 | 52 | 53 | 72 |
| Binary | 11000011 | 10101000 | 1100111 | 0 | 1110 | 101111 | 11000 | 101010 | 101011 | 111010 |
Color Harmonies of #C3A867
Complementary color
Monochromatic Colors of #C3A867
Black with #C3A867
Text Example
Text Example
White with #C3A867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A867; }
p { color: rgb(195,168,103); }
H1.HeaderClassName
{
color: #C3A867;
}
.AnyTagClassName
{
color: #C3A867;
}
</style>
background-color css
<style>
a { background-color: #C3A867; }
a { background-color: rgb(195,168,103); }
div.DivClassName
{
background-color: #C3A867;
}
.BgClassName
{
background-color: #C3A867;
}
</style>
border-color css
<style>
span { border-color: #C3A867; }
span { border-color: rgb(195,168,103); }
td.TdClassName
{
border-color: #C3A867;
}
.TagClassName
{
border-color: #C3A867;
}
</style>