Shades of Yuma #CCB77F
Tints of Yuma #CCB77F
RGB
CMYK
RGB Variations
Color information
#CCB77F (or 0xCCB77F) is known color: Yuma. HEX triplet: CC, B7 and 7F. RGB value is (204,183,127). Sum of RGB (Red+Green+Blue) = 204+183+127=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB77F is #334880. Grayscale: #B7B7B7. Windows color (decimal): -3360897 or 8370124. OLE color: 8370124.
HSL color Cylindrical-coordinate representation of color #CCB77F: hue angle of 43.64º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCB77F is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 127 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.2 |
| HSL | 43.64º | 0.43% | 0.65% | - |
| HSV(B) | 43.64º | 0.38% | 0.8% | - |
| XYZ | 45.67 | 48.24 | 26.98 | - |
| YUV | 182.9 | 96.46 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 127 | 0 | 0.10 | 0.38 | 0.2 | 43.64 | 0.43 | 0.65 |
| Hex | CC | B7 | 7F | 0 | A | 26 | 14 | 2C | 2B | 41 |
| Octal | 314 | 267 | 177 | 0 | 12 | 46 | 24 | 54 | 53 | 101 |
| Binary | 11001100 | 10110111 | 1111111 | 0 | 1010 | 100110 | 10100 | 101100 | 101011 | 1000001 |
Color Harmonies of #CCB77F
Complementary color
Monochromatic Colors of #CCB77F
Black with #CCB77F
Text Example
Text Example
White with #CCB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB77F; }
p { color: rgb(204,183,127); }
H1.HeaderClassName
{
color: #CCB77F;
}
.AnyTagClassName
{
color: #CCB77F;
}
</style>
background-color css
<style>
a { background-color: #CCB77F; }
a { background-color: rgb(204,183,127); }
div.DivClassName
{
background-color: #CCB77F;
}
.BgClassName
{
background-color: #CCB77F;
}
</style>
border-color css
<style>
span { border-color: #CCB77F; }
span { border-color: rgb(204,183,127); }
td.TdClassName
{
border-color: #CCB77F;
}
.TagClassName
{
border-color: #CCB77F;
}
</style>