Shades of Laser #CCAC5B
Tints of Laser #CCAC5B
RGB
CMYK
RGB Variations
Color information
#CCAC5B (or 0xCCAC5B) is known color: Laser. HEX triplet: CC, AC and 5B. RGB value is (204,172,91). Sum of RGB (Red+Green+Blue) = 204+172+91=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAC5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAC5B is #3353A4. Grayscale: #ACACAC. Windows color (decimal): -3363749 or 6008012. OLE color: 6008012.
HSL color Cylindrical-coordinate representation of color #CCAC5B: hue angle of 43.01º degrees, saturation: 0.53, 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 #CCAC5B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 91 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.2 |
| HSL | 43.01º | 0.53% | 0.58% | - |
| HSV(B) | 43.01º | 0.55% | 0.8% | - |
| XYZ | 41.54 | 43.1 | 16.03 | - |
| YUV | 172.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 91 | 0 | 0.16 | 0.55 | 0.2 | 43.01 | 0.53 | 0.58 |
| Hex | CC | AC | 5B | 0 | 10 | 37 | 14 | 2B | 35 | 3A |
| Octal | 314 | 254 | 133 | 0 | 20 | 67 | 24 | 53 | 65 | 72 |
| Binary | 11001100 | 10101100 | 1011011 | 0 | 10000 | 110111 | 10100 | 101011 | 110101 | 111010 |
Color Harmonies of #CCAC5B
Complementary color
Monochromatic Colors of #CCAC5B
Black with #CCAC5B
Text Example
Text Example
White with #CCAC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAC5B; }
p { color: rgb(204,172,91); }
H1.HeaderClassName
{
color: #CCAC5B;
}
.AnyTagClassName
{
color: #CCAC5B;
}
</style>
background-color css
<style>
a { background-color: #CCAC5B; }
a { background-color: rgb(204,172,91); }
div.DivClassName
{
background-color: #CCAC5B;
}
.BgClassName
{
background-color: #CCAC5B;
}
</style>
border-color css
<style>
span { border-color: #CCAC5B; }
span { border-color: rgb(204,172,91); }
td.TdClassName
{
border-color: #CCAC5B;
}
.TagClassName
{
border-color: #CCAC5B;
}
</style>