Shades of Laser #CCAF64
Tints of Laser #CCAF64
RGB
CMYK
RGB Variations
Color information
#CCAF64 (or 0xCCAF64) is known color: Laser. HEX triplet: CC, AF and 64. RGB value is (204,175,100). Sum of RGB (Red+Green+Blue) = 204+175+100=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF64 is #33509B. Grayscale: #AFAFAF. Windows color (decimal): -3362972 or 6598604. OLE color: 6598604.
HSL color Cylindrical-coordinate representation of color #CCAF64: hue angle of 43.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCAF64 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 100 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.2 |
| HSL | 43.27º | 0.5% | 0.6% | - |
| HSV(B) | 43.27º | 0.51% | 0.8% | - |
| XYZ | 42.53 | 44.42 | 18.39 | - |
| YUV | 175.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 100 | 0 | 0.14 | 0.51 | 0.2 | 43.27 | 0.5 | 0.6 |
| Hex | CC | AF | 64 | 0 | E | 33 | 14 | 2B | 32 | 3C |
| Octal | 314 | 257 | 144 | 0 | 16 | 63 | 24 | 53 | 62 | 74 |
| Binary | 11001100 | 10101111 | 1100100 | 0 | 1110 | 110011 | 10100 | 101011 | 110010 | 111100 |
Color Harmonies of #CCAF64
Complementary color
Monochromatic Colors of #CCAF64
Black with #CCAF64
Text Example
Text Example
White with #CCAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF64; }
p { color: rgb(204,175,100); }
H1.HeaderClassName
{
color: #CCAF64;
}
.AnyTagClassName
{
color: #CCAF64;
}
</style>
background-color css
<style>
a { background-color: #CCAF64; }
a { background-color: rgb(204,175,100); }
div.DivClassName
{
background-color: #CCAF64;
}
.BgClassName
{
background-color: #CCAF64;
}
</style>
border-color css
<style>
span { border-color: #CCAF64; }
span { border-color: rgb(204,175,100); }
td.TdClassName
{
border-color: #CCAF64;
}
.TagClassName
{
border-color: #CCAF64;
}
</style>