Shades of Yuma #CCBC8F
Tints of Yuma #CCBC8F
RGB
CMYK
RGB Variations
Color information
#CCBC8F (or 0xCCBC8F) is known color: Yuma. HEX triplet: CC, BC and 8F. RGB value is (204,188,143). Sum of RGB (Red+Green+Blue) = 204+188+143=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC8F is #334370. Grayscale: #BBBBBB. Windows color (decimal): -3359601 or 9419980. OLE color: 9419980.
HSL color Cylindrical-coordinate representation of color #CCBC8F: hue angle of 44.26º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCBC8F is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 143 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.2 |
| HSL | 44.26º | 0.37% | 0.68% | - |
| HSV(B) | 44.26º | 0.3% | 0.8% | - |
| XYZ | 47.84 | 50.79 | 33.27 | - |
| YUV | 187.65 | 102.8 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 143 | 0 | 0.08 | 0.30 | 0.2 | 44.26 | 0.37 | 0.68 |
| Hex | CC | BC | 8F | 0 | 8 | 1E | 14 | 2C | 25 | 44 |
| Octal | 314 | 274 | 217 | 0 | 10 | 36 | 24 | 54 | 45 | 104 |
| Binary | 11001100 | 10111100 | 10001111 | 0 | 1000 | 11110 | 10100 | 101100 | 100101 | 1000100 |
Color Harmonies of #CCBC8F
Complementary color
Monochromatic Colors of #CCBC8F
Black with #CCBC8F
Text Example
Text Example
White with #CCBC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC8F; }
p { color: rgb(204,188,143); }
H1.HeaderClassName
{
color: #CCBC8F;
}
.AnyTagClassName
{
color: #CCBC8F;
}
</style>
background-color css
<style>
a { background-color: #CCBC8F; }
a { background-color: rgb(204,188,143); }
div.DivClassName
{
background-color: #CCBC8F;
}
.BgClassName
{
background-color: #CCBC8F;
}
</style>
border-color css
<style>
span { border-color: #CCBC8F; }
span { border-color: rgb(204,188,143); }
td.TdClassName
{
border-color: #CCBC8F;
}
.TagClassName
{
border-color: #CCBC8F;
}
</style>