Shades of Yuma #CCB579
Tints of Yuma #CCB579
RGB
CMYK
RGB Variations
Color information
#CCB579 (or 0xCCB579) is known color: Yuma. HEX triplet: CC, B5 and 79. RGB value is (204,181,121). Sum of RGB (Red+Green+Blue) = 204+181+121=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB579 is #334A86. Grayscale: #B5B5B5. Windows color (decimal): -3361415 or 7976396. OLE color: 7976396.
HSL color Cylindrical-coordinate representation of color #CCB579: hue angle of 43.37º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCB579 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 121 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.2 |
| HSL | 43.37º | 0.45% | 0.64% | - |
| HSV(B) | 43.37º | 0.41% | 0.8% | - |
| XYZ | 44.88 | 47.27 | 24.85 | - |
| YUV | 181.04 | 94.12 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 121 | 0 | 0.11 | 0.41 | 0.2 | 43.37 | 0.45 | 0.64 |
| Hex | CC | B5 | 79 | 0 | B | 29 | 14 | 2B | 2D | 40 |
| Octal | 314 | 265 | 171 | 0 | 13 | 51 | 24 | 53 | 55 | 100 |
| Binary | 11001100 | 10110101 | 1111001 | 0 | 1011 | 101001 | 10100 | 101011 | 101101 | 1000000 |
Color Harmonies of #CCB579
Complementary color
Monochromatic Colors of #CCB579
Black with #CCB579
Text Example
Text Example
White with #CCB579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB579; }
p { color: rgb(204,181,121); }
H1.HeaderClassName
{
color: #CCB579;
}
.AnyTagClassName
{
color: #CCB579;
}
</style>
background-color css
<style>
a { background-color: #CCB579; }
a { background-color: rgb(204,181,121); }
div.DivClassName
{
background-color: #CCB579;
}
.BgClassName
{
background-color: #CCB579;
}
</style>
border-color css
<style>
span { border-color: #CCB579; }
span { border-color: rgb(204,181,121); }
td.TdClassName
{
border-color: #CCB579;
}
.TagClassName
{
border-color: #CCB579;
}
</style>