Shades of Laser #CCB05A
Tints of Laser #CCB05A
RGB
CMYK
RGB Variations
Color information
#CCB05A (or 0xCCB05A) is known color: Laser. HEX triplet: CC, B0 and 5A. RGB value is (204,176,90). Sum of RGB (Red+Green+Blue) = 204+176+90=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB05A is #334FA5. Grayscale: #AEAEAE. Windows color (decimal): -3362726 or 5943500. OLE color: 5943500.
HSL color Cylindrical-coordinate representation of color #CCB05A: hue angle of 45.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCB05A is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 176 | 90 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.2 |
| HSL | 45.26º | 0.53% | 0.58% | - |
| HSV(B) | 45.26º | 0.56% | 0.8% | - |
| XYZ | 42.27 | 44.63 | 16.06 | - |
| YUV | 174.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 176 | 90 | 0 | 0.14 | 0.56 | 0.2 | 45.26 | 0.53 | 0.58 |
| Hex | CC | B0 | 5A | 0 | E | 38 | 14 | 2D | 35 | 3A |
| Octal | 314 | 260 | 132 | 0 | 16 | 70 | 24 | 55 | 65 | 72 |
| Binary | 11001100 | 10110000 | 1011010 | 0 | 1110 | 111000 | 10100 | 101101 | 110101 | 111010 |
Color Harmonies of #CCB05A
Complementary color
Monochromatic Colors of #CCB05A
Black with #CCB05A
Text Example
Text Example
White with #CCB05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB05A; }
p { color: rgb(204,176,90); }
H1.HeaderClassName
{
color: #CCB05A;
}
.AnyTagClassName
{
color: #CCB05A;
}
</style>
background-color css
<style>
a { background-color: #CCB05A; }
a { background-color: rgb(204,176,90); }
div.DivClassName
{
background-color: #CCB05A;
}
.BgClassName
{
background-color: #CCB05A;
}
</style>
border-color css
<style>
span { border-color: #CCB05A; }
span { border-color: rgb(204,176,90); }
td.TdClassName
{
border-color: #CCB05A;
}
.TagClassName
{
border-color: #CCB05A;
}
</style>