Shades of Yuma #CCB380
Tints of Yuma #CCB380
RGB
CMYK
RGB Variations
Color information
#CCB380 (or 0xCCB380) is known color: Yuma. HEX triplet: CC, B3 and 80. RGB value is (204,179,128). Sum of RGB (Red+Green+Blue) = 204+179+128=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB380 is #334C7F. Grayscale: #B4B4B4. Windows color (decimal): -3361920 or 8434636. OLE color: 8434636.
HSL color Cylindrical-coordinate representation of color #CCB380: hue angle of 40.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCB380 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 128 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.2 |
| HSL | 40.26º | 0.43% | 0.65% | - |
| HSV(B) | 40.26º | 0.37% | 0.8% | - |
| XYZ | 44.92 | 46.64 | 27.06 | - |
| YUV | 180.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 128 | 0 | 0.12 | 0.37 | 0.2 | 40.26 | 0.43 | 0.65 |
| Hex | CC | B3 | 80 | 0 | C | 25 | 14 | 28 | 2B | 41 |
| Octal | 314 | 263 | 200 | 0 | 14 | 45 | 24 | 50 | 53 | 101 |
| Binary | 11001100 | 10110011 | 10000000 | 0 | 1100 | 100101 | 10100 | 101000 | 101011 | 1000001 |
Color Harmonies of #CCB380
Complementary color
Monochromatic Colors of #CCB380
Black with #CCB380
Text Example
Text Example
White with #CCB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB380; }
p { color: rgb(204,179,128); }
H1.HeaderClassName
{
color: #CCB380;
}
.AnyTagClassName
{
color: #CCB380;
}
</style>
background-color css
<style>
a { background-color: #CCB380; }
a { background-color: rgb(204,179,128); }
div.DivClassName
{
background-color: #CCB380;
}
.BgClassName
{
background-color: #CCB380;
}
</style>
border-color css
<style>
span { border-color: #CCB380; }
span { border-color: rgb(204,179,128); }
td.TdClassName
{
border-color: #CCB380;
}
.TagClassName
{
border-color: #CCB380;
}
</style>