Shades of Laser #CCB064
Tints of Laser #CCB064
RGB
CMYK
RGB Variations
Color information
#CCB064 (or 0xCCB064) is known color: Laser. HEX triplet: CC, B0 and 64. RGB value is (204,176,100). Sum of RGB (Red+Green+Blue) = 204+176+100=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB064 is #334F9B. Grayscale: #B0B0B0. Windows color (decimal): -3362716 or 6598860. OLE color: 6598860.
HSL color Cylindrical-coordinate representation of color #CCB064: hue angle of 43.85º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCB064 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 100 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.2 |
| HSL | 43.85º | 0.5% | 0.6% | - |
| HSV(B) | 43.85º | 0.51% | 0.8% | - |
| XYZ | 42.73 | 44.81 | 18.45 | - |
| YUV | 175.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 100 | 0 | 0.14 | 0.51 | 0.2 | 43.85 | 0.5 | 0.6 |
| Hex | CC | B0 | 64 | 0 | E | 33 | 14 | 2C | 32 | 3C |
| Octal | 314 | 260 | 144 | 0 | 16 | 63 | 24 | 54 | 62 | 74 |
| Binary | 11001100 | 10110000 | 1100100 | 0 | 1110 | 110011 | 10100 | 101100 | 110010 | 111100 |
Color Harmonies of #CCB064
Complementary color
Monochromatic Colors of #CCB064
Black with #CCB064
Text Example
Text Example
White with #CCB064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB064; }
p { color: rgb(204,176,100); }
H1.HeaderClassName
{
color: #CCB064;
}
.AnyTagClassName
{
color: #CCB064;
}
</style>
background-color css
<style>
a { background-color: #CCB064; }
a { background-color: rgb(204,176,100); }
div.DivClassName
{
background-color: #CCB064;
}
.BgClassName
{
background-color: #CCB064;
}
</style>
border-color css
<style>
span { border-color: #CCB064; }
span { border-color: rgb(204,176,100); }
td.TdClassName
{
border-color: #CCB064;
}
.TagClassName
{
border-color: #CCB064;
}
</style>