Shades of Laser #CCAF5C
Tints of Laser #CCAF5C
RGB
CMYK
RGB Variations
Color information
#CCAF5C (or 0xCCAF5C) is known color: Laser. HEX triplet: CC, AF and 5C. RGB value is (204,175,92). Sum of RGB (Red+Green+Blue) = 204+175+92=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 92 (36.33% from 255 or 19.53% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF5C is #3350A3. Grayscale: #AEAEAE. Windows color (decimal): -3362980 or 6074316. OLE color: 6074316.
HSL color Cylindrical-coordinate representation of color #CCAF5C: hue angle of 44.46º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCAF5C is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 92 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.2 |
| HSL | 44.46º | 0.52% | 0.58% | - |
| HSV(B) | 44.46º | 0.55% | 0.8% | - |
| XYZ | 42.16 | 44.27 | 16.45 | - |
| YUV | 174.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 92 | 0 | 0.14 | 0.55 | 0.2 | 44.46 | 0.52 | 0.58 |
| Hex | CC | AF | 5C | 0 | E | 37 | 14 | 2C | 34 | 3A |
| Octal | 314 | 257 | 134 | 0 | 16 | 67 | 24 | 54 | 64 | 72 |
| Binary | 11001100 | 10101111 | 1011100 | 0 | 1110 | 110111 | 10100 | 101100 | 110100 | 111010 |
Color Harmonies of #CCAF5C
Complementary color
Monochromatic Colors of #CCAF5C
Black with #CCAF5C
Text Example
Text Example
White with #CCAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF5C; }
p { color: rgb(204,175,92); }
H1.HeaderClassName
{
color: #CCAF5C;
}
.AnyTagClassName
{
color: #CCAF5C;
}
</style>
background-color css
<style>
a { background-color: #CCAF5C; }
a { background-color: rgb(204,175,92); }
div.DivClassName
{
background-color: #CCAF5C;
}
.BgClassName
{
background-color: #CCAF5C;
}
</style>
border-color css
<style>
span { border-color: #CCAF5C; }
span { border-color: rgb(204,175,92); }
td.TdClassName
{
border-color: #CCAF5C;
}
.TagClassName
{
border-color: #CCAF5C;
}
</style>