Shades of Yuma #CCB584
Tints of Yuma #CCB584
RGB
CMYK
RGB Variations
Color information
#CCB584 (or 0xCCB584) is known color: Yuma. HEX triplet: CC, B5 and 84. RGB value is (204,181,132). Sum of RGB (Red+Green+Blue) = 204+181+132=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB584 is #334A7B. Grayscale: #B6B6B6. Windows color (decimal): -3361404 or 8697292. OLE color: 8697292.
HSL color Cylindrical-coordinate representation of color #CCB584: hue angle of 40.83º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCB584 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 132 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.2 |
| HSL | 40.83º | 0.41% | 0.66% | - |
| HSV(B) | 40.83º | 0.35% | 0.8% | - |
| XYZ | 45.59 | 47.55 | 28.61 | - |
| YUV | 182.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 132 | 0 | 0.11 | 0.35 | 0.2 | 40.83 | 0.41 | 0.66 |
| Hex | CC | B5 | 84 | 0 | B | 23 | 14 | 29 | 29 | 42 |
| Octal | 314 | 265 | 204 | 0 | 13 | 43 | 24 | 51 | 51 | 102 |
| Binary | 11001100 | 10110101 | 10000100 | 0 | 1011 | 100011 | 10100 | 101001 | 101001 | 1000010 |
Color Harmonies of #CCB584
Complementary color
Monochromatic Colors of #CCB584
Black with #CCB584
Text Example
Text Example
White with #CCB584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB584; }
p { color: rgb(204,181,132); }
H1.HeaderClassName
{
color: #CCB584;
}
.AnyTagClassName
{
color: #CCB584;
}
</style>
background-color css
<style>
a { background-color: #CCB584; }
a { background-color: rgb(204,181,132); }
div.DivClassName
{
background-color: #CCB584;
}
.BgClassName
{
background-color: #CCB584;
}
</style>
border-color css
<style>
span { border-color: #CCB584; }
span { border-color: rgb(204,181,132); }
td.TdClassName
{
border-color: #CCB584;
}
.TagClassName
{
border-color: #CCB584;
}
</style>