Shades of Yuma #CCB877
Tints of Yuma #CCB877
RGB
CMYK
RGB Variations
Color information
#CCB877 (or 0xCCB877) is known color: Yuma. HEX triplet: CC, B8 and 77. RGB value is (204,184,119). Sum of RGB (Red+Green+Blue) = 204+184+119=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 184 (72.27% from 255 or 36.29% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB877 is #334788. Grayscale: #B6B6B6. Windows color (decimal): -3360649 or 7846092. OLE color: 7846092.
HSL color Cylindrical-coordinate representation of color #CCB877: hue angle of 45.88º 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 #CCB877 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 119 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.2 |
| HSL | 45.88º | 0.45% | 0.63% | - |
| HSV(B) | 45.88º | 0.42% | 0.8% | - |
| XYZ | 45.37 | 48.45 | 24.41 | - |
| YUV | 182.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 119 | 0 | 0.10 | 0.42 | 0.2 | 45.88 | 0.45 | 0.63 |
| Hex | CC | B8 | 77 | 0 | A | 2A | 14 | 2E | 2D | 3F |
| Octal | 314 | 270 | 167 | 0 | 12 | 52 | 24 | 56 | 55 | 77 |
| Binary | 11001100 | 10111000 | 1110111 | 0 | 1010 | 101010 | 10100 | 101110 | 101101 | 111111 |
Color Harmonies of #CCB877
Complementary color
Monochromatic Colors of #CCB877
Black with #CCB877
Text Example
Text Example
White with #CCB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB877; }
p { color: rgb(204,184,119); }
H1.HeaderClassName
{
color: #CCB877;
}
.AnyTagClassName
{
color: #CCB877;
}
</style>
background-color css
<style>
a { background-color: #CCB877; }
a { background-color: rgb(204,184,119); }
div.DivClassName
{
background-color: #CCB877;
}
.BgClassName
{
background-color: #CCB877;
}
</style>
border-color css
<style>
span { border-color: #CCB877; }
span { border-color: rgb(204,184,119); }
td.TdClassName
{
border-color: #CCB877;
}
.TagClassName
{
border-color: #CCB877;
}
</style>