Shades of Laser #CDAB64
Tints of Laser #CDAB64
RGB
CMYK
RGB Variations
Color information
#CDAB64 (or 0xCDAB64) is known color: Laser. HEX triplet: CD, AB and 64. RGB value is (205,171,100). Sum of RGB (Red+Green+Blue) = 205+171+100=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB64 is #32549B. Grayscale: #ADADAD. Windows color (decimal): -3298460 or 6597581. OLE color: 6597581.
HSL color Cylindrical-coordinate representation of color #CDAB64: hue angle of 40.57º 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 #CDAB64 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 100 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.20 |
| HSL | 40.57º | 0.51% | 0.6% | - |
| HSV(B) | 40.57º | 0.51% | 0.8% | - |
| XYZ | 42.04 | 43.03 | 18.15 | - |
| YUV | 173.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 100 | 0 | 0.17 | 0.51 | 0.20 | 40.57 | 0.51 | 0.6 |
| Hex | CD | AB | 64 | 0 | 11 | 33 | 14 | 29 | 33 | 3C |
| Octal | 315 | 253 | 144 | 0 | 21 | 63 | 24 | 51 | 63 | 74 |
| Binary | 11001101 | 10101011 | 1100100 | 0 | 10001 | 110011 | 10100 | 101001 | 110011 | 111100 |
Color Harmonies of #CDAB64
Complementary color
Monochromatic Colors of #CDAB64
Black with #CDAB64
Text Example
Text Example
White with #CDAB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB64; }
p { color: rgb(205,171,100); }
H1.HeaderClassName
{
color: #CDAB64;
}
.AnyTagClassName
{
color: #CDAB64;
}
</style>
background-color css
<style>
a { background-color: #CDAB64; }
a { background-color: rgb(205,171,100); }
div.DivClassName
{
background-color: #CDAB64;
}
.BgClassName
{
background-color: #CDAB64;
}
</style>
border-color css
<style>
span { border-color: #CDAB64; }
span { border-color: rgb(205,171,100); }
td.TdClassName
{
border-color: #CDAB64;
}
.TagClassName
{
border-color: #CDAB64;
}
</style>