Shades of Laser #CEAF5D
Tints of Laser #CEAF5D
RGB
CMYK
RGB Variations
Color information
#CEAF5D (or 0xCEAF5D) is known color: Laser. HEX triplet: CE, AF and 5D. RGB value is (206,175,93). Sum of RGB (Red+Green+Blue) = 206+175+93=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF5D is #3150A2. Grayscale: #AFAFAF. Windows color (decimal): -3231907 or 6139854. OLE color: 6139854.
HSL color Cylindrical-coordinate representation of color #CEAF5D: hue angle of 43.54º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEAF5D is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 93 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.19 |
| HSL | 43.54º | 0.54% | 0.59% | - |
| HSV(B) | 43.54º | 0.55% | 0.81% | - |
| XYZ | 42.76 | 44.57 | 16.71 | - |
| YUV | 174.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 93 | 0 | 0.15 | 0.55 | 0.19 | 43.54 | 0.54 | 0.59 |
| Hex | CE | AF | 5D | 0 | F | 37 | 13 | 2C | 36 | 3B |
| Octal | 316 | 257 | 135 | 0 | 17 | 67 | 23 | 54 | 66 | 73 |
| Binary | 11001110 | 10101111 | 1011101 | 0 | 1111 | 110111 | 10011 | 101100 | 110110 | 111011 |
Color Harmonies of #CEAF5D
Complementary color
Monochromatic Colors of #CEAF5D
Black with #CEAF5D
Text Example
Text Example
White with #CEAF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF5D; }
p { color: rgb(206,175,93); }
H1.HeaderClassName
{
color: #CEAF5D;
}
.AnyTagClassName
{
color: #CEAF5D;
}
</style>
background-color css
<style>
a { background-color: #CEAF5D; }
a { background-color: rgb(206,175,93); }
div.DivClassName
{
background-color: #CEAF5D;
}
.BgClassName
{
background-color: #CEAF5D;
}
</style>
border-color css
<style>
span { border-color: #CEAF5D; }
span { border-color: rgb(206,175,93); }
td.TdClassName
{
border-color: #CEAF5D;
}
.TagClassName
{
border-color: #CEAF5D;
}
</style>