Shades of Yuma #CCBC8D
Tints of Yuma #CCBC8D
RGB
CMYK
RGB Variations
Color information
#CCBC8D (or 0xCCBC8D) is known color: Yuma. HEX triplet: CC, BC and 8D. RGB value is (204,188,141). Sum of RGB (Red+Green+Blue) = 204+188+141=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC8D is #334372. Grayscale: #BBBBBB. Windows color (decimal): -3359603 or 9288908. OLE color: 9288908.
HSL color Cylindrical-coordinate representation of color #CCBC8D: hue angle of 44.76º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCBC8D is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 141 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.2 |
| HSL | 44.76º | 0.38% | 0.68% | - |
| HSV(B) | 44.76º | 0.31% | 0.8% | - |
| XYZ | 47.69 | 50.73 | 32.48 | - |
| YUV | 187.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 141 | 0 | 0.08 | 0.31 | 0.2 | 44.76 | 0.38 | 0.68 |
| Hex | CC | BC | 8D | 0 | 8 | 1F | 14 | 2D | 26 | 44 |
| Octal | 314 | 274 | 215 | 0 | 10 | 37 | 24 | 55 | 46 | 104 |
| Binary | 11001100 | 10111100 | 10001101 | 0 | 1000 | 11111 | 10100 | 101101 | 100110 | 1000100 |
Color Harmonies of #CCBC8D
Complementary color
Monochromatic Colors of #CCBC8D
Black with #CCBC8D
Text Example
Text Example
White with #CCBC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC8D; }
p { color: rgb(204,188,141); }
H1.HeaderClassName
{
color: #CCBC8D;
}
.AnyTagClassName
{
color: #CCBC8D;
}
</style>
background-color css
<style>
a { background-color: #CCBC8D; }
a { background-color: rgb(204,188,141); }
div.DivClassName
{
background-color: #CCBC8D;
}
.BgClassName
{
background-color: #CCBC8D;
}
</style>
border-color css
<style>
span { border-color: #CCBC8D; }
span { border-color: rgb(204,188,141); }
td.TdClassName
{
border-color: #CCBC8D;
}
.TagClassName
{
border-color: #CCBC8D;
}
</style>