Shades of Yuma #CCB777
Tints of Yuma #CCB777
RGB
CMYK
RGB Variations
Color information
#CCB777 (or 0xCCB777) is known color: Yuma. HEX triplet: CC, B7 and 77. RGB value is (204,183,119). Sum of RGB (Red+Green+Blue) = 204+183+119=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB777 is #334888. Grayscale: #B6B6B6. Windows color (decimal): -3360905 or 7845836. OLE color: 7845836.
HSL color Cylindrical-coordinate representation of color #CCB777: hue angle of 45.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCB777 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 119 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.2 |
| HSL | 45.18º | 0.45% | 0.63% | - |
| HSV(B) | 45.18º | 0.42% | 0.8% | - |
| XYZ | 45.17 | 48.04 | 24.34 | - |
| YUV | 181.98 | 92.46 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 119 | 0 | 0.10 | 0.42 | 0.2 | 45.18 | 0.45 | 0.63 |
| Hex | CC | B7 | 77 | 0 | A | 2A | 14 | 2D | 2D | 3F |
| Octal | 314 | 267 | 167 | 0 | 12 | 52 | 24 | 55 | 55 | 77 |
| Binary | 11001100 | 10110111 | 1110111 | 0 | 1010 | 101010 | 10100 | 101101 | 101101 | 111111 |
Color Harmonies of #CCB777
Complementary color
Monochromatic Colors of #CCB777
Black with #CCB777
Text Example
Text Example
White with #CCB777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB777; }
p { color: rgb(204,183,119); }
H1.HeaderClassName
{
color: #CCB777;
}
.AnyTagClassName
{
color: #CCB777;
}
</style>
background-color css
<style>
a { background-color: #CCB777; }
a { background-color: rgb(204,183,119); }
div.DivClassName
{
background-color: #CCB777;
}
.BgClassName
{
background-color: #CCB777;
}
</style>
border-color css
<style>
span { border-color: #CCB777; }
span { border-color: rgb(204,183,119); }
td.TdClassName
{
border-color: #CCB777;
}
.TagClassName
{
border-color: #CCB777;
}
</style>