Shades of Laser #CCAB5C
Tints of Laser #CCAB5C
RGB
CMYK
RGB Variations
Color information
#CCAB5C (or 0xCCAB5C) is known color: Laser. HEX triplet: CC, AB and 5C. RGB value is (204,171,92). Sum of RGB (Red+Green+Blue) = 204+171+92=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB5C is #3354A3. Grayscale: #ACACAC. Windows color (decimal): -3364004 or 6073292. OLE color: 6073292.
HSL color Cylindrical-coordinate representation of color #CCAB5C: hue angle of 42.32º 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 #CCAB5C is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 92 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.2 |
| HSL | 42.32º | 0.52% | 0.58% | - |
| HSV(B) | 42.32º | 0.55% | 0.8% | - |
| XYZ | 41.4 | 42.74 | 16.19 | - |
| YUV | 171.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 92 | 0 | 0.16 | 0.55 | 0.2 | 42.32 | 0.52 | 0.58 |
| Hex | CC | AB | 5C | 0 | 10 | 37 | 14 | 2A | 34 | 3A |
| Octal | 314 | 253 | 134 | 0 | 20 | 67 | 24 | 52 | 64 | 72 |
| Binary | 11001100 | 10101011 | 1011100 | 0 | 10000 | 110111 | 10100 | 101010 | 110100 | 111010 |
Color Harmonies of #CCAB5C
Complementary color
Monochromatic Colors of #CCAB5C
Black with #CCAB5C
Text Example
Text Example
White with #CCAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB5C; }
p { color: rgb(204,171,92); }
H1.HeaderClassName
{
color: #CCAB5C;
}
.AnyTagClassName
{
color: #CCAB5C;
}
</style>
background-color css
<style>
a { background-color: #CCAB5C; }
a { background-color: rgb(204,171,92); }
div.DivClassName
{
background-color: #CCAB5C;
}
.BgClassName
{
background-color: #CCAB5C;
}
</style>
border-color css
<style>
span { border-color: #CCAB5C; }
span { border-color: rgb(204,171,92); }
td.TdClassName
{
border-color: #CCAB5C;
}
.TagClassName
{
border-color: #CCAB5C;
}
</style>