Shades of Laser #CCAF56
Tints of Laser #CCAF56
RGB
CMYK
RGB Variations
Color information
#CCAF56 (or 0xCCAF56) is known color: Laser. HEX triplet: CC, AF and 56. RGB value is (204,175,86). Sum of RGB (Red+Green+Blue) = 204+175+86=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF56 is #3350A9. Grayscale: #ADADAD. Windows color (decimal): -3362986 or 5681100. OLE color: 5681100.
HSL color Cylindrical-coordinate representation of color #CCAF56: hue angle of 45.25º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCAF56 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 86 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.2 |
| HSL | 45.25º | 0.54% | 0.57% | - |
| HSV(B) | 45.25º | 0.58% | 0.8% | - |
| XYZ | 41.91 | 44.17 | 15.12 | - |
| YUV | 173.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 86 | 0 | 0.14 | 0.58 | 0.2 | 45.25 | 0.54 | 0.57 |
| Hex | CC | AF | 56 | 0 | E | 3A | 14 | 2D | 36 | 39 |
| Octal | 314 | 257 | 126 | 0 | 16 | 72 | 24 | 55 | 66 | 71 |
| Binary | 11001100 | 10101111 | 1010110 | 0 | 1110 | 111010 | 10100 | 101101 | 110110 | 111001 |
Color Harmonies of #CCAF56
Complementary color
Monochromatic Colors of #CCAF56
Black with #CCAF56
Text Example
Text Example
White with #CCAF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF56; }
p { color: rgb(204,175,86); }
H1.HeaderClassName
{
color: #CCAF56;
}
.AnyTagClassName
{
color: #CCAF56;
}
</style>
background-color css
<style>
a { background-color: #CCAF56; }
a { background-color: rgb(204,175,86); }
div.DivClassName
{
background-color: #CCAF56;
}
.BgClassName
{
background-color: #CCAF56;
}
</style>
border-color css
<style>
span { border-color: #CCAF56; }
span { border-color: rgb(204,175,86); }
td.TdClassName
{
border-color: #CCAF56;
}
.TagClassName
{
border-color: #CCAF56;
}
</style>