Shades of Laser #CDAC5D
Tints of Laser #CDAC5D
RGB
CMYK
RGB Variations
Color information
#CDAC5D (or 0xCDAC5D) is known color: Laser. HEX triplet: CD, AC and 5D. RGB value is (205,172,93). Sum of RGB (Red+Green+Blue) = 205+172+93=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAC5D is #3253A2. Grayscale: #ADADAD. Windows color (decimal): -3298211 or 6139085. OLE color: 6139085.
HSL color Cylindrical-coordinate representation of color #CDAC5D: hue angle of 42.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDAC5D is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 93 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.20 |
| HSL | 42.32º | 0.53% | 0.58% | - |
| HSV(B) | 42.32º | 0.55% | 0.8% | - |
| XYZ | 41.91 | 43.27 | 16.5 | - |
| YUV | 172.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 93 | 0 | 0.16 | 0.55 | 0.20 | 42.32 | 0.53 | 0.58 |
| Hex | CD | AC | 5D | 0 | 10 | 37 | 14 | 2A | 35 | 3A |
| Octal | 315 | 254 | 135 | 0 | 20 | 67 | 24 | 52 | 65 | 72 |
| Binary | 11001101 | 10101100 | 1011101 | 0 | 10000 | 110111 | 10100 | 101010 | 110101 | 111010 |
Color Harmonies of #CDAC5D
Complementary color
Monochromatic Colors of #CDAC5D
Black with #CDAC5D
Text Example
Text Example
White with #CDAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAC5D; }
p { color: rgb(205,172,93); }
H1.HeaderClassName
{
color: #CDAC5D;
}
.AnyTagClassName
{
color: #CDAC5D;
}
</style>
background-color css
<style>
a { background-color: #CDAC5D; }
a { background-color: rgb(205,172,93); }
div.DivClassName
{
background-color: #CDAC5D;
}
.BgClassName
{
background-color: #CDAC5D;
}
</style>
border-color css
<style>
span { border-color: #CDAC5D; }
span { border-color: rgb(205,172,93); }
td.TdClassName
{
border-color: #CDAC5D;
}
.TagClassName
{
border-color: #CDAC5D;
}
</style>