Shades of Laser #CCAA5A
Tints of Laser #CCAA5A
RGB
CMYK
RGB Variations
Color information
#CCAA5A (or 0xCCAA5A) is known color: Laser. HEX triplet: CC, AA and 5A. RGB value is (204,170,90). Sum of RGB (Red+Green+Blue) = 204+170+90=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA5A is #3355A5. Grayscale: #ABABAB. Windows color (decimal): -3364262 or 5941964. OLE color: 5941964.
HSL color Cylindrical-coordinate representation of color #CCAA5A: hue angle of 42.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCAA5A is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 90 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.2 |
| HSL | 42.11º | 0.53% | 0.58% | - |
| HSV(B) | 42.11º | 0.56% | 0.8% | - |
| XYZ | 41.12 | 42.33 | 15.68 | - |
| YUV | 171.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 90 | 0 | 0.17 | 0.56 | 0.2 | 42.11 | 0.53 | 0.58 |
| Hex | CC | AA | 5A | 0 | 11 | 38 | 14 | 2A | 35 | 3A |
| Octal | 314 | 252 | 132 | 0 | 21 | 70 | 24 | 52 | 65 | 72 |
| Binary | 11001100 | 10101010 | 1011010 | 0 | 10001 | 111000 | 10100 | 101010 | 110101 | 111010 |
Color Harmonies of #CCAA5A
Complementary color
Monochromatic Colors of #CCAA5A
Black with #CCAA5A
Text Example
Text Example
White with #CCAA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA5A; }
p { color: rgb(204,170,90); }
H1.HeaderClassName
{
color: #CCAA5A;
}
.AnyTagClassName
{
color: #CCAA5A;
}
</style>
background-color css
<style>
a { background-color: #CCAA5A; }
a { background-color: rgb(204,170,90); }
div.DivClassName
{
background-color: #CCAA5A;
}
.BgClassName
{
background-color: #CCAA5A;
}
</style>
border-color css
<style>
span { border-color: #CCAA5A; }
span { border-color: rgb(204,170,90); }
td.TdClassName
{
border-color: #CCAA5A;
}
.TagClassName
{
border-color: #CCAA5A;
}
</style>