Shades of Laser #C3A55C
Tints of Laser #C3A55C
RGB
CMYK
RGB Variations
Color information
#C3A55C (or 0xC3A55C) is known color: Laser. HEX triplet: C3, A5 and 5C. RGB value is (195,165,92). Sum of RGB (Red+Green+Blue) = 195+165+92=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A55C is #3C5AA3. Grayscale: #A5A5A5. Windows color (decimal): -3955364 or 6071747. OLE color: 6071747.
HSL color Cylindrical-coordinate representation of color #C3A55C: hue angle of 42.52º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C3A55C is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 92 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.24 |
| HSL | 42.52º | 0.46% | 0.56% | - |
| HSV(B) | 42.52º | 0.53% | 0.76% | - |
| XYZ | 37.89 | 39.29 | 15.71 | - |
| YUV | 165.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 92 | 0 | 0.15 | 0.53 | 0.24 | 42.52 | 0.46 | 0.56 |
| Hex | C3 | A5 | 5C | 0 | F | 35 | 18 | 2B | 2E | 38 |
| Octal | 303 | 245 | 134 | 0 | 17 | 65 | 30 | 53 | 56 | 70 |
| Binary | 11000011 | 10100101 | 1011100 | 0 | 1111 | 110101 | 11000 | 101011 | 101110 | 111000 |
Color Harmonies of #C3A55C
Complementary color
Monochromatic Colors of #C3A55C
Black with #C3A55C
Text Example
Text Example
White with #C3A55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A55C; }
p { color: rgb(195,165,92); }
H1.HeaderClassName
{
color: #C3A55C;
}
.AnyTagClassName
{
color: #C3A55C;
}
</style>
background-color css
<style>
a { background-color: #C3A55C; }
a { background-color: rgb(195,165,92); }
div.DivClassName
{
background-color: #C3A55C;
}
.BgClassName
{
background-color: #C3A55C;
}
</style>
border-color css
<style>
span { border-color: #C3A55C; }
span { border-color: rgb(195,165,92); }
td.TdClassName
{
border-color: #C3A55C;
}
.TagClassName
{
border-color: #C3A55C;
}
</style>