Shades of Laser #CDB05E
Tints of Laser #CDB05E
RGB
CMYK
RGB Variations
Color information
#CDB05E (or 0xCDB05E) is known color: Laser. HEX triplet: CD, B0 and 5E. RGB value is (205,176,94). Sum of RGB (Red+Green+Blue) = 205+176+94=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB05E is #324FA1. Grayscale: #AFAFAF. Windows color (decimal): -3297186 or 6205645. OLE color: 6205645.
HSL color Cylindrical-coordinate representation of color #CDB05E: hue angle of 44.32º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDB05E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 94 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.20 |
| HSL | 44.32º | 0.53% | 0.59% | - |
| HSV(B) | 44.32º | 0.54% | 0.8% | - |
| XYZ | 42.72 | 44.84 | 16.99 | - |
| YUV | 175.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 94 | 0 | 0.14 | 0.54 | 0.20 | 44.32 | 0.53 | 0.59 |
| Hex | CD | B0 | 5E | 0 | E | 36 | 14 | 2C | 35 | 3B |
| Octal | 315 | 260 | 136 | 0 | 16 | 66 | 24 | 54 | 65 | 73 |
| Binary | 11001101 | 10110000 | 1011110 | 0 | 1110 | 110110 | 10100 | 101100 | 110101 | 111011 |
Color Harmonies of #CDB05E
Complementary color
Monochromatic Colors of #CDB05E
Black with #CDB05E
Text Example
Text Example
White with #CDB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB05E; }
p { color: rgb(205,176,94); }
H1.HeaderClassName
{
color: #CDB05E;
}
.AnyTagClassName
{
color: #CDB05E;
}
</style>
background-color css
<style>
a { background-color: #CDB05E; }
a { background-color: rgb(205,176,94); }
div.DivClassName
{
background-color: #CDB05E;
}
.BgClassName
{
background-color: #CDB05E;
}
</style>
border-color css
<style>
span { border-color: #CDB05E; }
span { border-color: rgb(205,176,94); }
td.TdClassName
{
border-color: #CDB05E;
}
.TagClassName
{
border-color: #CDB05E;
}
</style>