Shades of Laser #CCAA5E
Tints of Laser #CCAA5E
RGB
CMYK
RGB Variations
Color information
#CCAA5E (or 0xCCAA5E) is known color: Laser. HEX triplet: CC, AA and 5E. RGB value is (204,170,94). Sum of RGB (Red+Green+Blue) = 204+170+94=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA5E is #3355A1. Grayscale: #ABABAB. Windows color (decimal): -3364258 or 6204108. OLE color: 6204108.
HSL color Cylindrical-coordinate representation of color #CCAA5E: hue angle of 41.45º 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 #CCAA5E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 94 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.2 |
| HSL | 41.45º | 0.52% | 0.58% | - |
| HSV(B) | 41.45º | 0.54% | 0.8% | - |
| XYZ | 41.3 | 42.39 | 16.6 | - |
| YUV | 171.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 94 | 0 | 0.17 | 0.54 | 0.2 | 41.45 | 0.52 | 0.58 |
| Hex | CC | AA | 5E | 0 | 11 | 36 | 14 | 29 | 34 | 3A |
| Octal | 314 | 252 | 136 | 0 | 21 | 66 | 24 | 51 | 64 | 72 |
| Binary | 11001100 | 10101010 | 1011110 | 0 | 10001 | 110110 | 10100 | 101001 | 110100 | 111010 |
Color Harmonies of #CCAA5E
Complementary color
Monochromatic Colors of #CCAA5E
Black with #CCAA5E
Text Example
Text Example
White with #CCAA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA5E; }
p { color: rgb(204,170,94); }
H1.HeaderClassName
{
color: #CCAA5E;
}
.AnyTagClassName
{
color: #CCAA5E;
}
</style>
background-color css
<style>
a { background-color: #CCAA5E; }
a { background-color: rgb(204,170,94); }
div.DivClassName
{
background-color: #CCAA5E;
}
.BgClassName
{
background-color: #CCAA5E;
}
</style>
border-color css
<style>
span { border-color: #CCAA5E; }
span { border-color: rgb(204,170,94); }
td.TdClassName
{
border-color: #CCAA5E;
}
.TagClassName
{
border-color: #CCAA5E;
}
</style>