Shades of Laser #CCAF63
Tints of Laser #CCAF63
RGB
CMYK
RGB Variations
Color information
#CCAF63 (or 0xCCAF63) is known color: Laser. HEX triplet: CC, AF and 63. RGB value is (204,175,99). Sum of RGB (Red+Green+Blue) = 204+175+99=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF63 is #33509C. Grayscale: #AFAFAF. Windows color (decimal): -3362973 or 6533068. OLE color: 6533068.
HSL color Cylindrical-coordinate representation of color #CCAF63: hue angle of 43.43º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCAF63 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 99 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.2 |
| HSL | 43.43º | 0.51% | 0.59% | - |
| HSV(B) | 43.43º | 0.51% | 0.8% | - |
| XYZ | 42.48 | 44.4 | 18.13 | - |
| YUV | 175.01 | 85.11 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 99 | 0 | 0.14 | 0.51 | 0.2 | 43.43 | 0.51 | 0.59 |
| Hex | CC | AF | 63 | 0 | E | 33 | 14 | 2B | 33 | 3B |
| Octal | 314 | 257 | 143 | 0 | 16 | 63 | 24 | 53 | 63 | 73 |
| Binary | 11001100 | 10101111 | 1100011 | 0 | 1110 | 110011 | 10100 | 101011 | 110011 | 111011 |
Color Harmonies of #CCAF63
Complementary color
Monochromatic Colors of #CCAF63
Black with #CCAF63
Text Example
Text Example
White with #CCAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF63; }
p { color: rgb(204,175,99); }
H1.HeaderClassName
{
color: #CCAF63;
}
.AnyTagClassName
{
color: #CCAF63;
}
</style>
background-color css
<style>
a { background-color: #CCAF63; }
a { background-color: rgb(204,175,99); }
div.DivClassName
{
background-color: #CCAF63;
}
.BgClassName
{
background-color: #CCAF63;
}
</style>
border-color css
<style>
span { border-color: #CCAF63; }
span { border-color: rgb(204,175,99); }
td.TdClassName
{
border-color: #CCAF63;
}
.TagClassName
{
border-color: #CCAF63;
}
</style>