Shades of Laser #C3A55D
Tints of Laser #C3A55D
RGB
CMYK
RGB Variations
Color information
#C3A55D (or 0xC3A55D) is known color: Laser. HEX triplet: C3, A5 and 5D. RGB value is (195,165,93). Sum of RGB (Red+Green+Blue) = 195+165+93=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 165 (64.84% from 255 or 36.42% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A55D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A55D is #3C5AA2. Grayscale: #A6A6A6. Windows color (decimal): -3955363 or 6137283. OLE color: 6137283.
HSL color Cylindrical-coordinate representation of color #C3A55D: hue angle of 42.35º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3A55D is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 165 | 93 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.24 |
| HSL | 42.35º | 0.46% | 0.56% | - |
| HSV(B) | 42.35º | 0.52% | 0.76% | - |
| XYZ | 37.94 | 39.3 | 15.94 | - |
| YUV | 165.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 165 | 93 | 0 | 0.15 | 0.52 | 0.24 | 42.35 | 0.46 | 0.56 |
| Hex | C3 | A5 | 5D | 0 | F | 34 | 18 | 2A | 2E | 38 |
| Octal | 303 | 245 | 135 | 0 | 17 | 64 | 30 | 52 | 56 | 70 |
| Binary | 11000011 | 10100101 | 1011101 | 0 | 1111 | 110100 | 11000 | 101010 | 101110 | 111000 |
Color Harmonies of #C3A55D
Complementary color
Monochromatic Colors of #C3A55D
Black with #C3A55D
Text Example
Text Example
White with #C3A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A55D; }
p { color: rgb(195,165,93); }
H1.HeaderClassName
{
color: #C3A55D;
}
.AnyTagClassName
{
color: #C3A55D;
}
</style>
background-color css
<style>
a { background-color: #C3A55D; }
a { background-color: rgb(195,165,93); }
div.DivClassName
{
background-color: #C3A55D;
}
.BgClassName
{
background-color: #C3A55D;
}
</style>
border-color css
<style>
span { border-color: #C3A55D; }
span { border-color: rgb(195,165,93); }
td.TdClassName
{
border-color: #C3A55D;
}
.TagClassName
{
border-color: #C3A55D;
}
</style>