Shades of Laser #CCAF5A
Tints of Laser #CCAF5A
RGB
CMYK
RGB Variations
Color information
#CCAF5A (or 0xCCAF5A) is known color: Laser. HEX triplet: CC, AF and 5A. RGB value is (204,175,90). Sum of RGB (Red+Green+Blue) = 204+175+90=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF5A is #3350A5. Grayscale: #AEAEAE. Windows color (decimal): -3362982 or 5943244. OLE color: 5943244.
HSL color Cylindrical-coordinate representation of color #CCAF5A: hue angle of 44.74º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCAF5A is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 90 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.2 |
| HSL | 44.74º | 0.53% | 0.58% | - |
| HSV(B) | 44.74º | 0.56% | 0.8% | - |
| XYZ | 42.08 | 44.24 | 15.99 | - |
| YUV | 173.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 90 | 0 | 0.14 | 0.56 | 0.2 | 44.74 | 0.53 | 0.58 |
| Hex | CC | AF | 5A | 0 | E | 38 | 14 | 2D | 35 | 3A |
| Octal | 314 | 257 | 132 | 0 | 16 | 70 | 24 | 55 | 65 | 72 |
| Binary | 11001100 | 10101111 | 1011010 | 0 | 1110 | 111000 | 10100 | 101101 | 110101 | 111010 |
Color Harmonies of #CCAF5A
Complementary color
Monochromatic Colors of #CCAF5A
Black with #CCAF5A
Text Example
Text Example
White with #CCAF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF5A; }
p { color: rgb(204,175,90); }
H1.HeaderClassName
{
color: #CCAF5A;
}
.AnyTagClassName
{
color: #CCAF5A;
}
</style>
background-color css
<style>
a { background-color: #CCAF5A; }
a { background-color: rgb(204,175,90); }
div.DivClassName
{
background-color: #CCAF5A;
}
.BgClassName
{
background-color: #CCAF5A;
}
</style>
border-color css
<style>
span { border-color: #CCAF5A; }
span { border-color: rgb(204,175,90); }
td.TdClassName
{
border-color: #CCAF5A;
}
.TagClassName
{
border-color: #CCAF5A;
}
</style>