Shades of Laser #C2AC69
Tints of Laser #C2AC69
RGB
CMYK
RGB Variations
Color information
#C2AC69 (or 0xC2AC69) is known color: Laser. HEX triplet: C2, AC and 69. RGB value is (194,172,105). Sum of RGB (Red+Green+Blue) = 194+172+105=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AC69 is #3D5396. Grayscale: #ABABAB. Windows color (decimal): -4019095 or 6925506. OLE color: 6925506.
HSL color Cylindrical-coordinate representation of color #C2AC69: hue angle of 45.17º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2AC69 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 105 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.24 |
| HSL | 45.17º | 0.42% | 0.59% | - |
| HSV(B) | 45.17º | 0.46% | 0.76% | - |
| XYZ | 39.55 | 41.99 | 19.39 | - |
| YUV | 170.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 105 | 0 | 0.11 | 0.46 | 0.24 | 45.17 | 0.42 | 0.59 |
| Hex | C2 | AC | 69 | 0 | B | 2E | 18 | 2D | 2A | 3B |
| Octal | 302 | 254 | 151 | 0 | 13 | 56 | 30 | 55 | 52 | 73 |
| Binary | 11000010 | 10101100 | 1101001 | 0 | 1011 | 101110 | 11000 | 101101 | 101010 | 111011 |
Color Harmonies of #C2AC69
Complementary color
Monochromatic Colors of #C2AC69
Black with #C2AC69
Text Example
Text Example
White with #C2AC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AC69; }
p { color: rgb(194,172,105); }
H1.HeaderClassName
{
color: #C2AC69;
}
.AnyTagClassName
{
color: #C2AC69;
}
</style>
background-color css
<style>
a { background-color: #C2AC69; }
a { background-color: rgb(194,172,105); }
div.DivClassName
{
background-color: #C2AC69;
}
.BgClassName
{
background-color: #C2AC69;
}
</style>
border-color css
<style>
span { border-color: #C2AC69; }
span { border-color: rgb(194,172,105); }
td.TdClassName
{
border-color: #C2AC69;
}
.TagClassName
{
border-color: #C2AC69;
}
</style>