Shades of Laser #CEAF5C
Tints of Laser #CEAF5C
RGB
CMYK
RGB Variations
Color information
#CEAF5C (or 0xCEAF5C) is known color: Laser. HEX triplet: CE, AF and 5C. RGB value is (206,175,92). Sum of RGB (Red+Green+Blue) = 206+175+92=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF5C is #3150A3. Grayscale: #AFAFAF. Windows color (decimal): -3231908 or 6074318. OLE color: 6074318.
HSL color Cylindrical-coordinate representation of color #CEAF5C: hue angle of 43.68º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEAF5C is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 92 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.19 |
| HSL | 43.68º | 0.54% | 0.58% | - |
| HSV(B) | 43.68º | 0.55% | 0.81% | - |
| XYZ | 42.72 | 44.55 | 16.47 | - |
| YUV | 174.81 | 81.27 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 92 | 0 | 0.15 | 0.55 | 0.19 | 43.68 | 0.54 | 0.58 |
| Hex | CE | AF | 5C | 0 | F | 37 | 13 | 2C | 36 | 3A |
| Octal | 316 | 257 | 134 | 0 | 17 | 67 | 23 | 54 | 66 | 72 |
| Binary | 11001110 | 10101111 | 1011100 | 0 | 1111 | 110111 | 10011 | 101100 | 110110 | 111010 |
Color Harmonies of #CEAF5C
Complementary color
Monochromatic Colors of #CEAF5C
Black with #CEAF5C
Text Example
Text Example
White with #CEAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF5C; }
p { color: rgb(206,175,92); }
H1.HeaderClassName
{
color: #CEAF5C;
}
.AnyTagClassName
{
color: #CEAF5C;
}
</style>
background-color css
<style>
a { background-color: #CEAF5C; }
a { background-color: rgb(206,175,92); }
div.DivClassName
{
background-color: #CEAF5C;
}
.BgClassName
{
background-color: #CEAF5C;
}
</style>
border-color css
<style>
span { border-color: #CEAF5C; }
span { border-color: rgb(206,175,92); }
td.TdClassName
{
border-color: #CEAF5C;
}
.TagClassName
{
border-color: #CEAF5C;
}
</style>