Shades of Laser #C3A568
Tints of Laser #C3A568
RGB
CMYK
RGB Variations
Color information
#C3A568 (or 0xC3A568) is known color: Laser. HEX triplet: C3, A5 and 68. RGB value is (195,165,104). Sum of RGB (Red+Green+Blue) = 195+165+104=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A568 is #3C5A97. Grayscale: #A7A7A7. Windows color (decimal): -3955352 or 6858179. OLE color: 6858179.
HSL color Cylindrical-coordinate representation of color #C3A568: hue angle of 40.22º 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 #C3A568 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 104 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.24 |
| HSL | 40.22º | 0.43% | 0.59% | - |
| HSV(B) | 40.22º | 0.47% | 0.76% | - |
| XYZ | 38.46 | 39.51 | 18.7 | - |
| YUV | 167.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 104 | 0 | 0.15 | 0.47 | 0.24 | 40.22 | 0.43 | 0.59 |
| Hex | C3 | A5 | 68 | 0 | F | 2F | 18 | 28 | 2B | 3B |
| Octal | 303 | 245 | 150 | 0 | 17 | 57 | 30 | 50 | 53 | 73 |
| Binary | 11000011 | 10100101 | 1101000 | 0 | 1111 | 101111 | 11000 | 101000 | 101011 | 111011 |
Color Harmonies of #C3A568
Complementary color
Monochromatic Colors of #C3A568
Black with #C3A568
Text Example
Text Example
White with #C3A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A568; }
p { color: rgb(195,165,104); }
H1.HeaderClassName
{
color: #C3A568;
}
.AnyTagClassName
{
color: #C3A568;
}
</style>
background-color css
<style>
a { background-color: #C3A568; }
a { background-color: rgb(195,165,104); }
div.DivClassName
{
background-color: #C3A568;
}
.BgClassName
{
background-color: #C3A568;
}
</style>
border-color css
<style>
span { border-color: #C3A568; }
span { border-color: rgb(195,165,104); }
td.TdClassName
{
border-color: #C3A568;
}
.TagClassName
{
border-color: #C3A568;
}
</style>