Shades of Laser #CDAB60
Tints of Laser #CDAB60
RGB
CMYK
RGB Variations
Color information
#CDAB60 (or 0xCDAB60) is known color: Laser. HEX triplet: CD, AB and 60. RGB value is (205,171,96). Sum of RGB (Red+Green+Blue) = 205+171+96=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB60 is #32549F. Grayscale: #ACACAC. Windows color (decimal): -3298464 or 6335437. OLE color: 6335437.
HSL color Cylindrical-coordinate representation of color #CDAB60: hue angle of 41.28º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDAB60 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 96 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.20 |
| HSL | 41.28º | 0.52% | 0.59% | - |
| HSV(B) | 41.28º | 0.53% | 0.8% | - |
| XYZ | 41.85 | 42.95 | 17.15 | - |
| YUV | 172.62 | 84.76 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 96 | 0 | 0.17 | 0.53 | 0.20 | 41.28 | 0.52 | 0.59 |
| Hex | CD | AB | 60 | 0 | 11 | 35 | 14 | 29 | 34 | 3B |
| Octal | 315 | 253 | 140 | 0 | 21 | 65 | 24 | 51 | 64 | 73 |
| Binary | 11001101 | 10101011 | 1100000 | 0 | 10001 | 110101 | 10100 | 101001 | 110100 | 111011 |
Color Harmonies of #CDAB60
Complementary color
Monochromatic Colors of #CDAB60
Black with #CDAB60
Text Example
Text Example
White with #CDAB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB60; }
p { color: rgb(205,171,96); }
H1.HeaderClassName
{
color: #CDAB60;
}
.AnyTagClassName
{
color: #CDAB60;
}
</style>
background-color css
<style>
a { background-color: #CDAB60; }
a { background-color: rgb(205,171,96); }
div.DivClassName
{
background-color: #CDAB60;
}
.BgClassName
{
background-color: #CDAB60;
}
</style>
border-color css
<style>
span { border-color: #CDAB60; }
span { border-color: rgb(205,171,96); }
td.TdClassName
{
border-color: #CDAB60;
}
.TagClassName
{
border-color: #CDAB60;
}
</style>