Shades of Yuma #CBBC78
Tints of Yuma #CBBC78
RGB
CMYK
RGB Variations
Color information
#CBBC78 (or 0xCBBC78) is known color: Yuma. HEX triplet: CB, BC and 78. RGB value is (203,188,120). Sum of RGB (Red+Green+Blue) = 203+188+120=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC78 is #344387. Grayscale: #B9B9B9. Windows color (decimal): -3425160 or 7912651. OLE color: 7912651.
HSL color Cylindrical-coordinate representation of color #CBBC78: hue angle of 49.16º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBBC78 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 120 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.20 |
| HSL | 49.16º | 0.44% | 0.63% | - |
| HSV(B) | 49.16º | 0.41% | 0.8% | - |
| XYZ | 46 | 50.02 | 25 | - |
| YUV | 184.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 120 | 0 | 0.07 | 0.41 | 0.20 | 49.16 | 0.44 | 0.63 |
| Hex | CB | BC | 78 | 0 | 7 | 29 | 14 | 31 | 2C | 3F |
| Octal | 313 | 274 | 170 | 0 | 7 | 51 | 24 | 61 | 54 | 77 |
| Binary | 11001011 | 10111100 | 1111000 | 0 | 111 | 101001 | 10100 | 110001 | 101100 | 111111 |
Color Harmonies of #CBBC78
Complementary color
Monochromatic Colors of #CBBC78
Black with #CBBC78
Text Example
Text Example
White with #CBBC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC78; }
p { color: rgb(203,188,120); }
H1.HeaderClassName
{
color: #CBBC78;
}
.AnyTagClassName
{
color: #CBBC78;
}
</style>
background-color css
<style>
a { background-color: #CBBC78; }
a { background-color: rgb(203,188,120); }
div.DivClassName
{
background-color: #CBBC78;
}
.BgClassName
{
background-color: #CBBC78;
}
</style>
border-color css
<style>
span { border-color: #CBBC78; }
span { border-color: rgb(203,188,120); }
td.TdClassName
{
border-color: #CBBC78;
}
.TagClassName
{
border-color: #CBBC78;
}
</style>