Shades of Laser #CCAA5D
Tints of Laser #CCAA5D
RGB
CMYK
RGB Variations
Color information
#CCAA5D (or 0xCCAA5D) is known color: Laser. HEX triplet: CC, AA and 5D. RGB value is (204,170,93). Sum of RGB (Red+Green+Blue) = 204+170+93=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA5D is #3355A2. Grayscale: #ABABAB. Windows color (decimal): -3364259 or 6138572. OLE color: 6138572.
HSL color Cylindrical-coordinate representation of color #CCAA5D: hue angle of 41.62º 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 #CCAA5D is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 93 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.2 |
| HSL | 41.62º | 0.52% | 0.58% | - |
| HSV(B) | 41.62º | 0.54% | 0.8% | - |
| XYZ | 41.25 | 42.38 | 16.36 | - |
| YUV | 171.39 | 83.76 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 93 | 0 | 0.17 | 0.54 | 0.2 | 41.62 | 0.52 | 0.58 |
| Hex | CC | AA | 5D | 0 | 11 | 36 | 14 | 2A | 34 | 3A |
| Octal | 314 | 252 | 135 | 0 | 21 | 66 | 24 | 52 | 64 | 72 |
| Binary | 11001100 | 10101010 | 1011101 | 0 | 10001 | 110110 | 10100 | 101010 | 110100 | 111010 |
Color Harmonies of #CCAA5D
Complementary color
Monochromatic Colors of #CCAA5D
Black with #CCAA5D
Text Example
Text Example
White with #CCAA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA5D; }
p { color: rgb(204,170,93); }
H1.HeaderClassName
{
color: #CCAA5D;
}
.AnyTagClassName
{
color: #CCAA5D;
}
</style>
background-color css
<style>
a { background-color: #CCAA5D; }
a { background-color: rgb(204,170,93); }
div.DivClassName
{
background-color: #CCAA5D;
}
.BgClassName
{
background-color: #CCAA5D;
}
</style>
border-color css
<style>
span { border-color: #CCAA5D; }
span { border-color: rgb(204,170,93); }
td.TdClassName
{
border-color: #CCAA5D;
}
.TagClassName
{
border-color: #CCAA5D;
}
</style>