Shades of Laser #CCB05E
Tints of Laser #CCB05E
RGB
CMYK
RGB Variations
Color information
#CCB05E (or 0xCCB05E) is known color: Laser. HEX triplet: CC, B0 and 5E. RGB value is (204,176,94). Sum of RGB (Red+Green+Blue) = 204+176+94=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB05E is #334FA1. Grayscale: #AFAFAF. Windows color (decimal): -3362722 or 6205644. OLE color: 6205644.
HSL color Cylindrical-coordinate representation of color #CCB05E: hue angle of 44.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCB05E is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 94 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.2 |
| HSL | 44.73º | 0.52% | 0.58% | - |
| HSV(B) | 44.73º | 0.54% | 0.8% | - |
| XYZ | 42.45 | 44.7 | 16.98 | - |
| YUV | 175.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 94 | 0 | 0.14 | 0.54 | 0.2 | 44.73 | 0.52 | 0.58 |
| Hex | CC | B0 | 5E | 0 | E | 36 | 14 | 2D | 34 | 3A |
| Octal | 314 | 260 | 136 | 0 | 16 | 66 | 24 | 55 | 64 | 72 |
| Binary | 11001100 | 10110000 | 1011110 | 0 | 1110 | 110110 | 10100 | 101101 | 110100 | 111010 |
Color Harmonies of #CCB05E
Complementary color
Monochromatic Colors of #CCB05E
Black with #CCB05E
Text Example
Text Example
White with #CCB05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB05E; }
p { color: rgb(204,176,94); }
H1.HeaderClassName
{
color: #CCB05E;
}
.AnyTagClassName
{
color: #CCB05E;
}
</style>
background-color css
<style>
a { background-color: #CCB05E; }
a { background-color: rgb(204,176,94); }
div.DivClassName
{
background-color: #CCB05E;
}
.BgClassName
{
background-color: #CCB05E;
}
</style>
border-color css
<style>
span { border-color: #CCB05E; }
span { border-color: rgb(204,176,94); }
td.TdClassName
{
border-color: #CCB05E;
}
.TagClassName
{
border-color: #CCB05E;
}
</style>