Shades of Laser #CCAF65
Tints of Laser #CCAF65
RGB
CMYK
RGB Variations
Color information
#CCAF65 (or 0xCCAF65) is known color: Laser. HEX triplet: CC, AF and 65. RGB value is (204,175,101). Sum of RGB (Red+Green+Blue) = 204+175+101=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF65 is #33509A. Grayscale: #AFAFAF. Windows color (decimal): -3362971 or 6664140. OLE color: 6664140.
HSL color Cylindrical-coordinate representation of color #CCAF65: hue angle of 43.11º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCAF65 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 101 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.2 |
| HSL | 43.11º | 0.5% | 0.6% | - |
| HSV(B) | 43.11º | 0.5% | 0.8% | - |
| XYZ | 42.58 | 44.44 | 18.64 | - |
| YUV | 175.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 101 | 0 | 0.14 | 0.50 | 0.2 | 43.11 | 0.5 | 0.6 |
| Hex | CC | AF | 65 | 0 | E | 32 | 14 | 2B | 32 | 3C |
| Octal | 314 | 257 | 145 | 0 | 16 | 62 | 24 | 53 | 62 | 74 |
| Binary | 11001100 | 10101111 | 1100101 | 0 | 1110 | 110010 | 10100 | 101011 | 110010 | 111100 |
Color Harmonies of #CCAF65
Complementary color
Monochromatic Colors of #CCAF65
Black with #CCAF65
Text Example
Text Example
White with #CCAF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF65; }
p { color: rgb(204,175,101); }
H1.HeaderClassName
{
color: #CCAF65;
}
.AnyTagClassName
{
color: #CCAF65;
}
</style>
background-color css
<style>
a { background-color: #CCAF65; }
a { background-color: rgb(204,175,101); }
div.DivClassName
{
background-color: #CCAF65;
}
.BgClassName
{
background-color: #CCAF65;
}
</style>
border-color css
<style>
span { border-color: #CCAF65; }
span { border-color: rgb(204,175,101); }
td.TdClassName
{
border-color: #CCAF65;
}
.TagClassName
{
border-color: #CCAF65;
}
</style>