Shades of Yuma #CCB887
Tints of Yuma #CCB887
RGB
CMYK
RGB Variations
Color information
#CCB887 (or 0xCCB887) is known color: Yuma. HEX triplet: CC, B8 and 87. RGB value is (204,184,135). Sum of RGB (Red+Green+Blue) = 204+184+135=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB887 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB887 is #334778. Grayscale: #B8B8B8. Windows color (decimal): -3360633 or 8894668. OLE color: 8894668.
HSL color Cylindrical-coordinate representation of color #CCB887: hue angle of 42.61º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCB887 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 135 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.2 |
| HSL | 42.61º | 0.4% | 0.66% | - |
| HSV(B) | 42.61º | 0.34% | 0.8% | - |
| XYZ | 46.42 | 48.87 | 29.91 | - |
| YUV | 184.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 135 | 0 | 0.10 | 0.34 | 0.2 | 42.61 | 0.4 | 0.66 |
| Hex | CC | B8 | 87 | 0 | A | 22 | 14 | 2B | 28 | 42 |
| Octal | 314 | 270 | 207 | 0 | 12 | 42 | 24 | 53 | 50 | 102 |
| Binary | 11001100 | 10111000 | 10000111 | 0 | 1010 | 100010 | 10100 | 101011 | 101000 | 1000010 |
Color Harmonies of #CCB887
Complementary color
Monochromatic Colors of #CCB887
Black with #CCB887
Text Example
Text Example
White with #CCB887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB887; }
p { color: rgb(204,184,135); }
H1.HeaderClassName
{
color: #CCB887;
}
.AnyTagClassName
{
color: #CCB887;
}
</style>
background-color css
<style>
a { background-color: #CCB887; }
a { background-color: rgb(204,184,135); }
div.DivClassName
{
background-color: #CCB887;
}
.BgClassName
{
background-color: #CCB887;
}
</style>
border-color css
<style>
span { border-color: #CCB887; }
span { border-color: rgb(204,184,135); }
td.TdClassName
{
border-color: #CCB887;
}
.TagClassName
{
border-color: #CCB887;
}
</style>