Shades of Laser #C2A467
Tints of Laser #C2A467
RGB
CMYK
RGB Variations
Color information
#C2A467 (or 0xC2A467) is known color: Laser. HEX triplet: C2, A4 and 67. RGB value is (194,164,103). Sum of RGB (Red+Green+Blue) = 194+164+103=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A467 is #3D5B98. Grayscale: #A6A6A6. Windows color (decimal): -4021145 or 6792386. OLE color: 6792386.
HSL color Cylindrical-coordinate representation of color #C2A467: hue angle of 40.22º 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 #C2A467 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 103 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.24 |
| HSL | 40.22º | 0.43% | 0.58% | - |
| HSV(B) | 40.22º | 0.47% | 0.76% | - |
| XYZ | 37.97 | 39 | 18.36 | - |
| YUV | 166.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 103 | 0 | 0.15 | 0.47 | 0.24 | 40.22 | 0.43 | 0.58 |
| Hex | C2 | A4 | 67 | 0 | F | 2F | 18 | 28 | 2B | 3A |
| Octal | 302 | 244 | 147 | 0 | 17 | 57 | 30 | 50 | 53 | 72 |
| Binary | 11000010 | 10100100 | 1100111 | 0 | 1111 | 101111 | 11000 | 101000 | 101011 | 111010 |
Color Harmonies of #C2A467
Complementary color
Monochromatic Colors of #C2A467
Black with #C2A467
Text Example
Text Example
White with #C2A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A467; }
p { color: rgb(194,164,103); }
H1.HeaderClassName
{
color: #C2A467;
}
.AnyTagClassName
{
color: #C2A467;
}
</style>
background-color css
<style>
a { background-color: #C2A467; }
a { background-color: rgb(194,164,103); }
div.DivClassName
{
background-color: #C2A467;
}
.BgClassName
{
background-color: #C2A467;
}
</style>
border-color css
<style>
span { border-color: #C2A467; }
span { border-color: rgb(194,164,103); }
td.TdClassName
{
border-color: #C2A467;
}
.TagClassName
{
border-color: #C2A467;
}
</style>