Shades of Yuma #CBBC72
Tints of Yuma #CBBC72
RGB
CMYK
RGB Variations
Color information
#CBBC72 (or 0xCBBC72) is known color: Yuma. HEX triplet: CB, BC and 72. RGB value is (203,188,114). Sum of RGB (Red+Green+Blue) = 203+188+114=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC72 is #34438D. Grayscale: #B8B8B8. Windows color (decimal): -3425166 or 7519435. OLE color: 7519435.
HSL color Cylindrical-coordinate representation of color #CBBC72: hue angle of 49.89º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBBC72 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 114 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.20 |
| HSL | 49.89º | 0.46% | 0.62% | - |
| HSV(B) | 49.89º | 0.44% | 0.8% | - |
| XYZ | 45.65 | 49.88 | 23.14 | - |
| YUV | 184.05 | 88.47 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 114 | 0 | 0.07 | 0.44 | 0.20 | 49.89 | 0.46 | 0.62 |
| Hex | CB | BC | 72 | 0 | 7 | 2C | 14 | 32 | 2E | 3E |
| Octal | 313 | 274 | 162 | 0 | 7 | 54 | 24 | 62 | 56 | 76 |
| Binary | 11001011 | 10111100 | 1110010 | 0 | 111 | 101100 | 10100 | 110010 | 101110 | 111110 |
Color Harmonies of #CBBC72
Complementary color
Monochromatic Colors of #CBBC72
Black with #CBBC72
Text Example
Text Example
White with #CBBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC72; }
p { color: rgb(203,188,114); }
H1.HeaderClassName
{
color: #CBBC72;
}
.AnyTagClassName
{
color: #CBBC72;
}
</style>
background-color css
<style>
a { background-color: #CBBC72; }
a { background-color: rgb(203,188,114); }
div.DivClassName
{
background-color: #CBBC72;
}
.BgClassName
{
background-color: #CBBC72;
}
</style>
border-color css
<style>
span { border-color: #CBBC72; }
span { border-color: rgb(203,188,114); }
td.TdClassName
{
border-color: #CBBC72;
}
.TagClassName
{
border-color: #CBBC72;
}
</style>