Shades of Laser #C2A667
Tints of Laser #C2A667
RGB
CMYK
RGB Variations
Color information
#C2A667 (or 0xC2A667) is known color: Laser. HEX triplet: C2, A6 and 67. RGB value is (194,166,103). Sum of RGB (Red+Green+Blue) = 194+166+103=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A667 is #3D5998. Grayscale: #A7A7A7. Windows color (decimal): -4020633 or 6792898. OLE color: 6792898.
HSL color Cylindrical-coordinate representation of color #C2A667: hue angle of 41.54º 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 #C2A667 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 103 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.24 |
| HSL | 41.54º | 0.43% | 0.58% | - |
| HSV(B) | 41.54º | 0.47% | 0.76% | - |
| XYZ | 38.33 | 39.72 | 18.48 | - |
| YUV | 167.19 | 91.78 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 103 | 0 | 0.14 | 0.47 | 0.24 | 41.54 | 0.43 | 0.58 |
| Hex | C2 | A6 | 67 | 0 | E | 2F | 18 | 2A | 2B | 3A |
| Octal | 302 | 246 | 147 | 0 | 16 | 57 | 30 | 52 | 53 | 72 |
| Binary | 11000010 | 10100110 | 1100111 | 0 | 1110 | 101111 | 11000 | 101010 | 101011 | 111010 |
Color Harmonies of #C2A667
Complementary color
Monochromatic Colors of #C2A667
Black with #C2A667
Text Example
Text Example
White with #C2A667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A667; }
p { color: rgb(194,166,103); }
H1.HeaderClassName
{
color: #C2A667;
}
.AnyTagClassName
{
color: #C2A667;
}
</style>
background-color css
<style>
a { background-color: #C2A667; }
a { background-color: rgb(194,166,103); }
div.DivClassName
{
background-color: #C2A667;
}
.BgClassName
{
background-color: #C2A667;
}
</style>
border-color css
<style>
span { border-color: #C2A667; }
span { border-color: rgb(194,166,103); }
td.TdClassName
{
border-color: #C2A667;
}
.TagClassName
{
border-color: #C2A667;
}
</style>