Shades of Laser #CDB058
Tints of Laser #CDB058
RGB
CMYK
RGB Variations
Color information
#CDB058 (or 0xCDB058) is known color: Laser. HEX triplet: CD, B0 and 58. RGB value is (205,176,88). Sum of RGB (Red+Green+Blue) = 205+176+88=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 176 (69.14% from 255 or 37.53% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB058 is #324FA7. Grayscale: #AFAFAF. Windows color (decimal): -3297192 or 5812429. OLE color: 5812429.
HSL color Cylindrical-coordinate representation of color #CDB058: hue angle of 45.13º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDB058 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 88 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.20 |
| HSL | 45.13º | 0.54% | 0.57% | - |
| HSV(B) | 45.13º | 0.57% | 0.8% | - |
| XYZ | 42.46 | 44.73 | 15.63 | - |
| YUV | 174.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 88 | 0 | 0.14 | 0.57 | 0.20 | 45.13 | 0.54 | 0.57 |
| Hex | CD | B0 | 58 | 0 | E | 39 | 14 | 2D | 36 | 39 |
| Octal | 315 | 260 | 130 | 0 | 16 | 71 | 24 | 55 | 66 | 71 |
| Binary | 11001101 | 10110000 | 1011000 | 0 | 1110 | 111001 | 10100 | 101101 | 110110 | 111001 |
Color Harmonies of #CDB058
Complementary color
Monochromatic Colors of #CDB058
Black with #CDB058
Text Example
Text Example
White with #CDB058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB058; }
p { color: rgb(205,176,88); }
H1.HeaderClassName
{
color: #CDB058;
}
.AnyTagClassName
{
color: #CDB058;
}
</style>
background-color css
<style>
a { background-color: #CDB058; }
a { background-color: rgb(205,176,88); }
div.DivClassName
{
background-color: #CDB058;
}
.BgClassName
{
background-color: #CDB058;
}
</style>
border-color css
<style>
span { border-color: #CDB058; }
span { border-color: rgb(205,176,88); }
td.TdClassName
{
border-color: #CDB058;
}
.TagClassName
{
border-color: #CDB058;
}
</style>