Shades of Yuma #CFB47D
Tints of Yuma #CFB47D
RGB
CMYK
RGB Variations
Color information
#CFB47D (or 0xCFB47D) is known color: Yuma. HEX triplet: CF, B4 and 7D. RGB value is (207,180,125). Sum of RGB (Red+Green+Blue) = 207+180+125=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB47D is #304B82. Grayscale: #B6B6B6. Windows color (decimal): -3165059 or 8238287. OLE color: 8238287.
HSL color Cylindrical-coordinate representation of color #CFB47D: hue angle of 40.24º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFB47D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 125 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.19 |
| HSL | 40.24º | 0.46% | 0.65% | - |
| HSV(B) | 40.24º | 0.4% | 0.81% | - |
| XYZ | 45.76 | 47.39 | 26.14 | - |
| YUV | 181.8 | 95.95 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 125 | 0 | 0.13 | 0.40 | 0.19 | 40.24 | 0.46 | 0.65 |
| Hex | CF | B4 | 7D | 0 | D | 28 | 13 | 28 | 2E | 41 |
| Octal | 317 | 264 | 175 | 0 | 15 | 50 | 23 | 50 | 56 | 101 |
| Binary | 11001111 | 10110100 | 1111101 | 0 | 1101 | 101000 | 10011 | 101000 | 101110 | 1000001 |
Color Harmonies of #CFB47D
Complementary color
Monochromatic Colors of #CFB47D
Black with #CFB47D
Text Example
Text Example
White with #CFB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB47D; }
p { color: rgb(207,180,125); }
H1.HeaderClassName
{
color: #CFB47D;
}
.AnyTagClassName
{
color: #CFB47D;
}
</style>
background-color css
<style>
a { background-color: #CFB47D; }
a { background-color: rgb(207,180,125); }
div.DivClassName
{
background-color: #CFB47D;
}
.BgClassName
{
background-color: #CFB47D;
}
</style>
border-color css
<style>
span { border-color: #CFB47D; }
span { border-color: rgb(207,180,125); }
td.TdClassName
{
border-color: #CFB47D;
}
.TagClassName
{
border-color: #CFB47D;
}
</style>