Shades of Laser #CDAB65
Tints of Laser #CDAB65
RGB
CMYK
RGB Variations
Color information
#CDAB65 (or 0xCDAB65) is known color: Laser. HEX triplet: CD, AB and 65. RGB value is (205,171,101). Sum of RGB (Red+Green+Blue) = 205+171+101=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAB65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAB65 is #32549A. Grayscale: #ADADAD. Windows color (decimal): -3298459 or 6663117. OLE color: 6663117.
HSL color Cylindrical-coordinate representation of color #CDAB65: hue angle of 40.38º 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 #CDAB65 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 171 | 101 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.20 |
| HSL | 40.38º | 0.51% | 0.6% | - |
| HSV(B) | 40.38º | 0.51% | 0.8% | - |
| XYZ | 42.09 | 43.04 | 18.4 | - |
| YUV | 173.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 171 | 101 | 0 | 0.17 | 0.51 | 0.20 | 40.38 | 0.51 | 0.6 |
| Hex | CD | AB | 65 | 0 | 11 | 33 | 14 | 28 | 33 | 3C |
| Octal | 315 | 253 | 145 | 0 | 21 | 63 | 24 | 50 | 63 | 74 |
| Binary | 11001101 | 10101011 | 1100101 | 0 | 10001 | 110011 | 10100 | 101000 | 110011 | 111100 |
Color Harmonies of #CDAB65
Complementary color
Monochromatic Colors of #CDAB65
Black with #CDAB65
Text Example
Text Example
White with #CDAB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAB65; }
p { color: rgb(205,171,101); }
H1.HeaderClassName
{
color: #CDAB65;
}
.AnyTagClassName
{
color: #CDAB65;
}
</style>
background-color css
<style>
a { background-color: #CDAB65; }
a { background-color: rgb(205,171,101); }
div.DivClassName
{
background-color: #CDAB65;
}
.BgClassName
{
background-color: #CDAB65;
}
</style>
border-color css
<style>
span { border-color: #CDAB65; }
span { border-color: rgb(205,171,101); }
td.TdClassName
{
border-color: #CDAB65;
}
.TagClassName
{
border-color: #CDAB65;
}
</style>