Shades of Laser #C3A869
Tints of Laser #C3A869
RGB
CMYK
RGB Variations
Color information
#C3A869 (or 0xC3A869) is known color: Laser. HEX triplet: C3, A8 and 69. RGB value is (195,168,105). Sum of RGB (Red+Green+Blue) = 195+168+105=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A869 is #3C5796. Grayscale: #A9A9A9. Windows color (decimal): -3954583 or 6924483. OLE color: 6924483.
HSL color Cylindrical-coordinate representation of color #C3A869: hue angle of 42º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C3A869 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 105 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.24 |
| HSL | 42º | 0.43% | 0.59% | - |
| HSV(B) | 42º | 0.46% | 0.76% | - |
| XYZ | 39.06 | 40.63 | 19.15 | - |
| YUV | 168.89 | 91.95 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 105 | 0 | 0.14 | 0.46 | 0.24 | 42 | 0.43 | 0.59 |
| Hex | C3 | A8 | 69 | 0 | E | 2E | 18 | 2A | 2B | 3B |
| Octal | 303 | 250 | 151 | 0 | 16 | 56 | 30 | 52 | 53 | 73 |
| Binary | 11000011 | 10101000 | 1101001 | 0 | 1110 | 101110 | 11000 | 101010 | 101011 | 111011 |
Color Harmonies of #C3A869
Complementary color
Monochromatic Colors of #C3A869
Black with #C3A869
Text Example
Text Example
White with #C3A869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A869; }
p { color: rgb(195,168,105); }
H1.HeaderClassName
{
color: #C3A869;
}
.AnyTagClassName
{
color: #C3A869;
}
</style>
background-color css
<style>
a { background-color: #C3A869; }
a { background-color: rgb(195,168,105); }
div.DivClassName
{
background-color: #C3A869;
}
.BgClassName
{
background-color: #C3A869;
}
</style>
border-color css
<style>
span { border-color: #C3A869; }
span { border-color: rgb(195,168,105); }
td.TdClassName
{
border-color: #C3A869;
}
.TagClassName
{
border-color: #C3A869;
}
</style>