Shades of Yuma #CCB77B
Tints of Yuma #CCB77B
RGB
CMYK
RGB Variations
Color information
#CCB77B (or 0xCCB77B) is known color: Yuma. HEX triplet: CC, B7 and 7B. RGB value is (204,183,123). Sum of RGB (Red+Green+Blue) = 204+183+123=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB77B is #334884. Grayscale: #B6B6B6. Windows color (decimal): -3360901 or 8107980. OLE color: 8107980.
HSL color Cylindrical-coordinate representation of color #CCB77B: hue angle of 44.44º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCB77B is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 123 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.2 |
| HSL | 44.44º | 0.44% | 0.64% | - |
| HSV(B) | 44.44º | 0.4% | 0.8% | - |
| XYZ | 45.41 | 48.13 | 25.64 | - |
| YUV | 182.44 | 94.46 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 123 | 0 | 0.10 | 0.40 | 0.2 | 44.44 | 0.44 | 0.64 |
| Hex | CC | B7 | 7B | 0 | A | 28 | 14 | 2C | 2C | 40 |
| Octal | 314 | 267 | 173 | 0 | 12 | 50 | 24 | 54 | 54 | 100 |
| Binary | 11001100 | 10110111 | 1111011 | 0 | 1010 | 101000 | 10100 | 101100 | 101100 | 1000000 |
Color Harmonies of #CCB77B
Complementary color
Monochromatic Colors of #CCB77B
Black with #CCB77B
Text Example
Text Example
White with #CCB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB77B; }
p { color: rgb(204,183,123); }
H1.HeaderClassName
{
color: #CCB77B;
}
.AnyTagClassName
{
color: #CCB77B;
}
</style>
background-color css
<style>
a { background-color: #CCB77B; }
a { background-color: rgb(204,183,123); }
div.DivClassName
{
background-color: #CCB77B;
}
.BgClassName
{
background-color: #CCB77B;
}
</style>
border-color css
<style>
span { border-color: #CCB77B; }
span { border-color: rgb(204,183,123); }
td.TdClassName
{
border-color: #CCB77B;
}
.TagClassName
{
border-color: #CCB77B;
}
</style>