Shades of Laser #CCAF57
Tints of Laser #CCAF57
RGB
CMYK
RGB Variations
Color information
#CCAF57 (or 0xCCAF57) is known color: Laser. HEX triplet: CC, AF and 57. RGB value is (204,175,87). Sum of RGB (Red+Green+Blue) = 204+175+87=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 87 (34.38% from 255 or 18.67% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF57 is #3350A8. Grayscale: #AEAEAE. Windows color (decimal): -3362985 or 5746636. OLE color: 5746636.
HSL color Cylindrical-coordinate representation of color #CCAF57: hue angle of 45.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCAF57 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 175 | 87 | - |
CMYK | 0 | 0.14 | 0.57 | 0.2 |
HSL | 45.13º | 0.53% | 0.57% | - |
HSV(B) | 45.13º | 0.57% | 0.8% | - |
XYZ | 41.95 | 44.19 | 15.33 | - |
YUV | 173.64 | 79.11 | 149.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 175 | 87 | 0 | 0.14 | 0.57 | 0.2 | 45.13 | 0.53 | 0.57 |
Hex | CC | AF | 57 | 0 | E | 39 | 14 | 2D | 35 | 39 |
Octal | 314 | 257 | 127 | 0 | 16 | 71 | 24 | 55 | 65 | 71 |
Binary | 11001100 | 10101111 | 1010111 | 0 | 1110 | 111001 | 10100 | 101101 | 110101 | 111001 |
Color Harmonies of #CCAF57
Complementary color
Monochromatic Colors of #CCAF57
Black with #CCAF57
Text Example
Text Example
White with #CCAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF57; }
p { color: rgb(204,175,87); }
H1.HeaderClassName
{
color: #CCAF57;
}
.AnyTagClassName
{
color: #CCAF57;
}
</style>
background-color css
<style>
a { background-color: #CCAF57; }
a { background-color: rgb(204,175,87); }
div.DivClassName
{
background-color: #CCAF57;
}
.BgClassName
{
background-color: #CCAF57;
}
</style>
border-color css
<style>
span { border-color: #CCAF57; }
span { border-color: rgb(204,175,87); }
td.TdClassName
{
border-color: #CCAF57;
}
.TagClassName
{
border-color: #CCAF57;
}
</style>