Shades of Laser #C2A367
Tints of Laser #C2A367
RGB
CMYK
RGB Variations
Color information
#C2A367 (or 0xC2A367) is known color: Laser. HEX triplet: C2, A3 and 67. RGB value is (194,163,103). Sum of RGB (Red+Green+Blue) = 194+163+103=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A367 is #3D5C98. Grayscale: #A5A5A5. Windows color (decimal): -4021401 or 6792130. OLE color: 6792130.
HSL color Cylindrical-coordinate representation of color #C2A367: hue angle of 39.56º 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 #C2A367 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 163 | 103 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.24 |
| HSL | 39.56º | 0.43% | 0.58% | - |
| HSV(B) | 39.56º | 0.47% | 0.76% | - |
| XYZ | 37.79 | 38.64 | 18.3 | - |
| YUV | 165.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 163 | 103 | 0 | 0.16 | 0.47 | 0.24 | 39.56 | 0.43 | 0.58 |
| Hex | C2 | A3 | 67 | 0 | 10 | 2F | 18 | 28 | 2B | 3A |
| Octal | 302 | 243 | 147 | 0 | 20 | 57 | 30 | 50 | 53 | 72 |
| Binary | 11000010 | 10100011 | 1100111 | 0 | 10000 | 101111 | 11000 | 101000 | 101011 | 111010 |
Color Harmonies of #C2A367
Complementary color
Monochromatic Colors of #C2A367
Black with #C2A367
Text Example
Text Example
White with #C2A367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A367; }
p { color: rgb(194,163,103); }
H1.HeaderClassName
{
color: #C2A367;
}
.AnyTagClassName
{
color: #C2A367;
}
</style>
background-color css
<style>
a { background-color: #C2A367; }
a { background-color: rgb(194,163,103); }
div.DivClassName
{
background-color: #C2A367;
}
.BgClassName
{
background-color: #C2A367;
}
</style>
border-color css
<style>
span { border-color: #C2A367; }
span { border-color: rgb(194,163,103); }
td.TdClassName
{
border-color: #C2A367;
}
.TagClassName
{
border-color: #C2A367;
}
</style>