Shades of Laser #C2A567
Tints of Laser #C2A567
RGB
CMYK
RGB Variations
Color information
#C2A567 (or 0xC2A567) is known color: Laser. HEX triplet: C2, A5 and 67. RGB value is (194,165,103). Sum of RGB (Red+Green+Blue) = 194+165+103=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A567 is #3D5A98. Grayscale: #A6A6A6. Windows color (decimal): -4020889 or 6792642. OLE color: 6792642.
HSL color Cylindrical-coordinate representation of color #C2A567: hue angle of 40.88º 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 #C2A567 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 103 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.24 |
| HSL | 40.88º | 0.43% | 0.58% | - |
| HSV(B) | 40.88º | 0.47% | 0.76% | - |
| XYZ | 38.15 | 39.36 | 18.42 | - |
| YUV | 166.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 103 | 0 | 0.15 | 0.47 | 0.24 | 40.88 | 0.43 | 0.58 |
| Hex | C2 | A5 | 67 | 0 | F | 2F | 18 | 29 | 2B | 3A |
| Octal | 302 | 245 | 147 | 0 | 17 | 57 | 30 | 51 | 53 | 72 |
| Binary | 11000010 | 10100101 | 1100111 | 0 | 1111 | 101111 | 11000 | 101001 | 101011 | 111010 |
Color Harmonies of #C2A567
Complementary color
Monochromatic Colors of #C2A567
Black with #C2A567
Text Example
Text Example
White with #C2A567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A567; }
p { color: rgb(194,165,103); }
H1.HeaderClassName
{
color: #C2A567;
}
.AnyTagClassName
{
color: #C2A567;
}
</style>
background-color css
<style>
a { background-color: #C2A567; }
a { background-color: rgb(194,165,103); }
div.DivClassName
{
background-color: #C2A567;
}
.BgClassName
{
background-color: #C2A567;
}
</style>
border-color css
<style>
span { border-color: #C2A567; }
span { border-color: rgb(194,165,103); }
td.TdClassName
{
border-color: #C2A567;
}
.TagClassName
{
border-color: #C2A567;
}
</style>