Shades of Laser #CCAF5E
Tints of Laser #CCAF5E
RGB
CMYK
RGB Variations
Color information
#CCAF5E (or 0xCCAF5E) is known color: Laser. HEX triplet: CC, AF and 5E. RGB value is (204,175,94). Sum of RGB (Red+Green+Blue) = 204+175+94=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF5E is #3350A1. Grayscale: #AEAEAE. Windows color (decimal): -3362978 or 6205388. OLE color: 6205388.
HSL color Cylindrical-coordinate representation of color #CCAF5E: hue angle of 44.18º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCAF5E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 94 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.2 |
| HSL | 44.18º | 0.52% | 0.58% | - |
| HSV(B) | 44.18º | 0.54% | 0.8% | - |
| XYZ | 42.25 | 44.31 | 16.91 | - |
| YUV | 174.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 94 | 0 | 0.14 | 0.54 | 0.2 | 44.18 | 0.52 | 0.58 |
| Hex | CC | AF | 5E | 0 | E | 36 | 14 | 2C | 34 | 3A |
| Octal | 314 | 257 | 136 | 0 | 16 | 66 | 24 | 54 | 64 | 72 |
| Binary | 11001100 | 10101111 | 1011110 | 0 | 1110 | 110110 | 10100 | 101100 | 110100 | 111010 |
Color Harmonies of #CCAF5E
Complementary color
Monochromatic Colors of #CCAF5E
Black with #CCAF5E
Text Example
Text Example
White with #CCAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF5E; }
p { color: rgb(204,175,94); }
H1.HeaderClassName
{
color: #CCAF5E;
}
.AnyTagClassName
{
color: #CCAF5E;
}
</style>
background-color css
<style>
a { background-color: #CCAF5E; }
a { background-color: rgb(204,175,94); }
div.DivClassName
{
background-color: #CCAF5E;
}
.BgClassName
{
background-color: #CCAF5E;
}
</style>
border-color css
<style>
span { border-color: #CCAF5E; }
span { border-color: rgb(204,175,94); }
td.TdClassName
{
border-color: #CCAF5E;
}
.TagClassName
{
border-color: #CCAF5E;
}
</style>