Shades of Yuma #CCB679
Tints of Yuma #CCB679
RGB
CMYK
RGB Variations
Color information
#CCB679 (or 0xCCB679) is known color: Yuma. HEX triplet: CC, B6 and 79. RGB value is (204,182,121). Sum of RGB (Red+Green+Blue) = 204+182+121=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB679 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB679 is #334986. Grayscale: #B5B5B5. Windows color (decimal): -3361159 or 7976652. OLE color: 7976652.
HSL color Cylindrical-coordinate representation of color #CCB679: hue angle of 44.1º 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 #CCB679 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 121 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.2 |
| HSL | 44.1º | 0.45% | 0.64% | - |
| HSV(B) | 44.1º | 0.41% | 0.8% | - |
| XYZ | 45.08 | 47.67 | 24.92 | - |
| YUV | 181.62 | 93.79 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 121 | 0 | 0.11 | 0.41 | 0.2 | 44.1 | 0.45 | 0.64 |
| Hex | CC | B6 | 79 | 0 | B | 29 | 14 | 2C | 2D | 40 |
| Octal | 314 | 266 | 171 | 0 | 13 | 51 | 24 | 54 | 55 | 100 |
| Binary | 11001100 | 10110110 | 1111001 | 0 | 1011 | 101001 | 10100 | 101100 | 101101 | 1000000 |
Color Harmonies of #CCB679
Complementary color
Monochromatic Colors of #CCB679
Black with #CCB679
Text Example
Text Example
White with #CCB679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB679; }
p { color: rgb(204,182,121); }
H1.HeaderClassName
{
color: #CCB679;
}
.AnyTagClassName
{
color: #CCB679;
}
</style>
background-color css
<style>
a { background-color: #CCB679; }
a { background-color: rgb(204,182,121); }
div.DivClassName
{
background-color: #CCB679;
}
.BgClassName
{
background-color: #CCB679;
}
</style>
border-color css
<style>
span { border-color: #CCB679; }
span { border-color: rgb(204,182,121); }
td.TdClassName
{
border-color: #CCB679;
}
.TagClassName
{
border-color: #CCB679;
}
</style>