Shades of Yuma #CFBC8A
Tints of Yuma #CFBC8A
RGB
CMYK
RGB Variations
Color information
#CFBC8A (or 0xCFBC8A) is known color: Yuma. HEX triplet: CF, BC and 8A. RGB value is (207,188,138). Sum of RGB (Red+Green+Blue) = 207+188+138=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBC8A is #304375. Grayscale: #BCBCBC. Windows color (decimal): -3162998 or 9092303. OLE color: 9092303.
HSL color Cylindrical-coordinate representation of color #CFBC8A: hue angle of 43.48º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFBC8A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 188 | 138 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.19 |
| HSL | 43.48º | 0.42% | 0.68% | - |
| HSV(B) | 43.48º | 0.33% | 0.81% | - |
| XYZ | 48.3 | 51.07 | 31.36 | - |
| YUV | 187.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 188 | 138 | 0 | 0.09 | 0.33 | 0.19 | 43.48 | 0.42 | 0.68 |
| Hex | CF | BC | 8A | 0 | 9 | 21 | 13 | 2B | 2A | 44 |
| Octal | 317 | 274 | 212 | 0 | 11 | 41 | 23 | 53 | 52 | 104 |
| Binary | 11001111 | 10111100 | 10001010 | 0 | 1001 | 100001 | 10011 | 101011 | 101010 | 1000100 |
Color Harmonies of #CFBC8A
Complementary color
Monochromatic Colors of #CFBC8A
Black with #CFBC8A
Text Example
Text Example
White with #CFBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBC8A; }
p { color: rgb(207,188,138); }
H1.HeaderClassName
{
color: #CFBC8A;
}
.AnyTagClassName
{
color: #CFBC8A;
}
</style>
background-color css
<style>
a { background-color: #CFBC8A; }
a { background-color: rgb(207,188,138); }
div.DivClassName
{
background-color: #CFBC8A;
}
.BgClassName
{
background-color: #CFBC8A;
}
</style>
border-color css
<style>
span { border-color: #CFBC8A; }
span { border-color: rgb(207,188,138); }
td.TdClassName
{
border-color: #CFBC8A;
}
.TagClassName
{
border-color: #CFBC8A;
}
</style>