Shades of Laser #C2A568
Tints of Laser #C2A568
RGB
CMYK
RGB Variations
Color information
#C2A568 (or 0xC2A568) is known color: Laser. HEX triplet: C2, A5 and 68. RGB value is (194,165,104). Sum of RGB (Red+Green+Blue) = 194+165+104=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 104 (41.02% from 255 or 22.46% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A568 is #3D5A97. Grayscale: #A6A6A6. Windows color (decimal): -4020888 or 6858178. OLE color: 6858178.
HSL color Cylindrical-coordinate representation of color #C2A568: hue angle of 40.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2A568 is Cyan = 0, Magento = 0.15, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 104 | - |
| CMYK | 0 | 0.15 | 0.46 | 0.24 |
| HSL | 40.67º | 0.42% | 0.58% | - |
| HSV(B) | 40.67º | 0.46% | 0.76% | - |
| XYZ | 38.2 | 39.38 | 18.68 | - |
| YUV | 166.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 104 | 0 | 0.15 | 0.46 | 0.24 | 40.67 | 0.42 | 0.58 |
| Hex | C2 | A5 | 68 | 0 | F | 2E | 18 | 29 | 2A | 3A |
| Octal | 302 | 245 | 150 | 0 | 17 | 56 | 30 | 51 | 52 | 72 |
| Binary | 11000010 | 10100101 | 1101000 | 0 | 1111 | 101110 | 11000 | 101001 | 101010 | 111010 |
Color Harmonies of #C2A568
Complementary color
Monochromatic Colors of #C2A568
Black with #C2A568
Text Example
Text Example
White with #C2A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A568; }
p { color: rgb(194,165,104); }
H1.HeaderClassName
{
color: #C2A568;
}
.AnyTagClassName
{
color: #C2A568;
}
</style>
background-color css
<style>
a { background-color: #C2A568; }
a { background-color: rgb(194,165,104); }
div.DivClassName
{
background-color: #C2A568;
}
.BgClassName
{
background-color: #C2A568;
}
</style>
border-color css
<style>
span { border-color: #C2A568; }
span { border-color: rgb(194,165,104); }
td.TdClassName
{
border-color: #C2A568;
}
.TagClassName
{
border-color: #C2A568;
}
</style>