Shades of Laser #CCAA5C
Tints of Laser #CCAA5C
RGB
CMYK
RGB Variations
Color information
#CCAA5C (or 0xCCAA5C) is known color: Laser. HEX triplet: CC, AA and 5C. RGB value is (204,170,92). Sum of RGB (Red+Green+Blue) = 204+170+92=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAA5C is #3355A3. Grayscale: #ABABAB. Windows color (decimal): -3364260 or 6073036. OLE color: 6073036.
HSL color Cylindrical-coordinate representation of color #CCAA5C: hue angle of 41.79º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCAA5C is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 170 | 92 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.2 |
| HSL | 41.79º | 0.52% | 0.58% | - |
| HSV(B) | 41.79º | 0.55% | 0.8% | - |
| XYZ | 41.21 | 42.36 | 16.13 | - |
| YUV | 171.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 92 | 0 | 0.17 | 0.55 | 0.2 | 41.79 | 0.52 | 0.58 |
| Hex | CC | AA | 5C | 0 | 11 | 37 | 14 | 2A | 34 | 3A |
| Octal | 314 | 252 | 134 | 0 | 21 | 67 | 24 | 52 | 64 | 72 |
| Binary | 11001100 | 10101010 | 1011100 | 0 | 10001 | 110111 | 10100 | 101010 | 110100 | 111010 |
Color Harmonies of #CCAA5C
Complementary color
Monochromatic Colors of #CCAA5C
Black with #CCAA5C
Text Example
Text Example
White with #CCAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAA5C; }
p { color: rgb(204,170,92); }
H1.HeaderClassName
{
color: #CCAA5C;
}
.AnyTagClassName
{
color: #CCAA5C;
}
</style>
background-color css
<style>
a { background-color: #CCAA5C; }
a { background-color: rgb(204,170,92); }
div.DivClassName
{
background-color: #CCAA5C;
}
.BgClassName
{
background-color: #CCAA5C;
}
</style>
border-color css
<style>
span { border-color: #CCAA5C; }
span { border-color: rgb(204,170,92); }
td.TdClassName
{
border-color: #CCAA5C;
}
.TagClassName
{
border-color: #CCAA5C;
}
</style>