Shades of Yuma #CFB67A
Tints of Yuma #CFB67A
RGB
CMYK
RGB Variations
Color information
#CFB67A (or 0xCFB67A) is known color: Yuma. HEX triplet: CF, B6 and 7A. RGB value is (207,182,122). Sum of RGB (Red+Green+Blue) = 207+182+122=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB67A is #304985. Grayscale: #B6B6B6. Windows color (decimal): -3164550 or 8042191. OLE color: 8042191.
HSL color Cylindrical-coordinate representation of color #CFB67A: hue angle of 42.35º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFB67A is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 122 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.19 |
| HSL | 42.35º | 0.47% | 0.65% | - |
| HSV(B) | 42.35º | 0.41% | 0.81% | - |
| XYZ | 45.97 | 48.13 | 25.28 | - |
| YUV | 182.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 122 | 0 | 0.12 | 0.41 | 0.19 | 42.35 | 0.47 | 0.65 |
| Hex | CF | B6 | 7A | 0 | C | 29 | 13 | 2A | 2F | 41 |
| Octal | 317 | 266 | 172 | 0 | 14 | 51 | 23 | 52 | 57 | 101 |
| Binary | 11001111 | 10110110 | 1111010 | 0 | 1100 | 101001 | 10011 | 101010 | 101111 | 1000001 |
Color Harmonies of #CFB67A
Complementary color
Monochromatic Colors of #CFB67A
Black with #CFB67A
Text Example
Text Example
White with #CFB67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB67A; }
p { color: rgb(207,182,122); }
H1.HeaderClassName
{
color: #CFB67A;
}
.AnyTagClassName
{
color: #CFB67A;
}
</style>
background-color css
<style>
a { background-color: #CFB67A; }
a { background-color: rgb(207,182,122); }
div.DivClassName
{
background-color: #CFB67A;
}
.BgClassName
{
background-color: #CFB67A;
}
</style>
border-color css
<style>
span { border-color: #CFB67A; }
span { border-color: rgb(207,182,122); }
td.TdClassName
{
border-color: #CFB67A;
}
.TagClassName
{
border-color: #CFB67A;
}
</style>