Shades of Laser #CCA865
Tints of Laser #CCA865
RGB
CMYK
RGB Variations
Color information
#CCA865 (or 0xCCA865) is known color: Laser. HEX triplet: CC, A8 and 65. RGB value is (204,168,101). Sum of RGB (Red+Green+Blue) = 204+168+101=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 101 (39.84% from 255 or 21.35% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA865 is #33579A. Grayscale: #ABABAB. Windows color (decimal): -3364763 or 6662348. OLE color: 6662348.
HSL color Cylindrical-coordinate representation of color #CCA865: hue angle of 39.03º 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 #CCA865 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 101 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.2 |
| HSL | 39.03º | 0.5% | 0.6% | - |
| HSV(B) | 39.03º | 0.5% | 0.8% | - |
| XYZ | 41.25 | 41.78 | 18.2 | - |
| YUV | 171.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 101 | 0 | 0.18 | 0.50 | 0.2 | 39.03 | 0.5 | 0.6 |
| Hex | CC | A8 | 65 | 0 | 12 | 32 | 14 | 27 | 32 | 3C |
| Octal | 314 | 250 | 145 | 0 | 22 | 62 | 24 | 47 | 62 | 74 |
| Binary | 11001100 | 10101000 | 1100101 | 0 | 10010 | 110010 | 10100 | 100111 | 110010 | 111100 |
Color Harmonies of #CCA865
Complementary color
Monochromatic Colors of #CCA865
Black with #CCA865
Text Example
Text Example
White with #CCA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA865; }
p { color: rgb(204,168,101); }
H1.HeaderClassName
{
color: #CCA865;
}
.AnyTagClassName
{
color: #CCA865;
}
</style>
background-color css
<style>
a { background-color: #CCA865; }
a { background-color: rgb(204,168,101); }
div.DivClassName
{
background-color: #CCA865;
}
.BgClassName
{
background-color: #CCA865;
}
</style>
border-color css
<style>
span { border-color: #CCA865; }
span { border-color: rgb(204,168,101); }
td.TdClassName
{
border-color: #CCA865;
}
.TagClassName
{
border-color: #CCA865;
}
</style>