Shades of Laser #CDAB62
Tints of Laser #CDAB62
RGB
CMYK
RGB Variations
Color information
#CDAB62 (or 0xCDAB62) is known color: Laser. HEX triplet: CD, AB and 62. RGB value is (205,171,98). Sum of RGB (Red+Green+Blue) = 205+171+98=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 98 (38.67% from 255 or 20.68% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB62 is #32549D. Grayscale: #ADADAD. Windows color (decimal): -3298462 or 6466509. OLE color: 6466509.
HSL color Cylindrical-coordinate representation of color #CDAB62: hue angle of 40.93º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDAB62 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 98 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.20 |
| HSL | 40.93º | 0.52% | 0.59% | - |
| HSV(B) | 40.93º | 0.52% | 0.8% | - |
| XYZ | 41.94 | 42.99 | 17.64 | - |
| YUV | 172.84 | 85.76 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 98 | 0 | 0.17 | 0.52 | 0.20 | 40.93 | 0.52 | 0.59 |
| Hex | CD | AB | 62 | 0 | 11 | 34 | 14 | 29 | 34 | 3B |
| Octal | 315 | 253 | 142 | 0 | 21 | 64 | 24 | 51 | 64 | 73 |
| Binary | 11001101 | 10101011 | 1100010 | 0 | 10001 | 110100 | 10100 | 101001 | 110100 | 111011 |
Color Harmonies of #CDAB62
Complementary color
Monochromatic Colors of #CDAB62
Black with #CDAB62
Text Example
Text Example
White with #CDAB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB62; }
p { color: rgb(205,171,98); }
H1.HeaderClassName
{
color: #CDAB62;
}
.AnyTagClassName
{
color: #CDAB62;
}
</style>
background-color css
<style>
a { background-color: #CDAB62; }
a { background-color: rgb(205,171,98); }
div.DivClassName
{
background-color: #CDAB62;
}
.BgClassName
{
background-color: #CDAB62;
}
</style>
border-color css
<style>
span { border-color: #CDAB62; }
span { border-color: rgb(205,171,98); }
td.TdClassName
{
border-color: #CDAB62;
}
.TagClassName
{
border-color: #CDAB62;
}
</style>