Shades of Laser #CDAC64
Tints of Laser #CDAC64
RGB
CMYK
RGB Variations
Color information
#CDAC64 (or 0xCDAC64) is known color: Laser. HEX triplet: CD, AC and 64. RGB value is (205,172,100). Sum of RGB (Red+Green+Blue) = 205+172+100=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC64 is #32539B. Grayscale: #ADADAD. Windows color (decimal): -3298204 or 6597837. OLE color: 6597837.
HSL color Cylindrical-coordinate representation of color #CDAC64: hue angle of 41.14º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDAC64 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 100 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.20 |
| HSL | 41.14º | 0.51% | 0.6% | - |
| HSV(B) | 41.14º | 0.51% | 0.8% | - |
| XYZ | 42.23 | 43.4 | 18.21 | - |
| YUV | 173.66 | 86.43 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 100 | 0 | 0.16 | 0.51 | 0.20 | 41.14 | 0.51 | 0.6 |
| Hex | CD | AC | 64 | 0 | 10 | 33 | 14 | 29 | 33 | 3C |
| Octal | 315 | 254 | 144 | 0 | 20 | 63 | 24 | 51 | 63 | 74 |
| Binary | 11001101 | 10101100 | 1100100 | 0 | 10000 | 110011 | 10100 | 101001 | 110011 | 111100 |
Color Harmonies of #CDAC64
Complementary color
Monochromatic Colors of #CDAC64
Black with #CDAC64
Text Example
Text Example
White with #CDAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC64; }
p { color: rgb(205,172,100); }
H1.HeaderClassName
{
color: #CDAC64;
}
.AnyTagClassName
{
color: #CDAC64;
}
</style>
background-color css
<style>
a { background-color: #CDAC64; }
a { background-color: rgb(205,172,100); }
div.DivClassName
{
background-color: #CDAC64;
}
.BgClassName
{
background-color: #CDAC64;
}
</style>
border-color css
<style>
span { border-color: #CDAC64; }
span { border-color: rgb(205,172,100); }
td.TdClassName
{
border-color: #CDAC64;
}
.TagClassName
{
border-color: #CDAC64;
}
</style>