Shades of Yuma #CFB67B
Tints of Yuma #CFB67B
RGB
CMYK
RGB Variations
Color information
#CFB67B (or 0xCFB67B) is known color: Yuma. HEX triplet: CF, B6 and 7B. RGB value is (207,182,123). Sum of RGB (Red+Green+Blue) = 207+182+123=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB67B is #304984. Grayscale: #B7B7B7. Windows color (decimal): -3164549 or 8107727. OLE color: 8107727.
HSL color Cylindrical-coordinate representation of color #CFB67B: hue angle of 42.14º 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 #CFB67B is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 123 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.19 |
| HSL | 42.14º | 0.47% | 0.65% | - |
| HSV(B) | 42.14º | 0.41% | 0.81% | - |
| XYZ | 46.04 | 48.15 | 25.61 | - |
| YUV | 182.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 123 | 0 | 0.12 | 0.41 | 0.19 | 42.14 | 0.47 | 0.65 |
| Hex | CF | B6 | 7B | 0 | C | 29 | 13 | 2A | 2F | 41 |
| Octal | 317 | 266 | 173 | 0 | 14 | 51 | 23 | 52 | 57 | 101 |
| Binary | 11001111 | 10110110 | 1111011 | 0 | 1100 | 101001 | 10011 | 101010 | 101111 | 1000001 |
Color Harmonies of #CFB67B
Complementary color
Monochromatic Colors of #CFB67B
Black with #CFB67B
Text Example
Text Example
White with #CFB67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB67B; }
p { color: rgb(207,182,123); }
H1.HeaderClassName
{
color: #CFB67B;
}
.AnyTagClassName
{
color: #CFB67B;
}
</style>
background-color css
<style>
a { background-color: #CFB67B; }
a { background-color: rgb(207,182,123); }
div.DivClassName
{
background-color: #CFB67B;
}
.BgClassName
{
background-color: #CFB67B;
}
</style>
border-color css
<style>
span { border-color: #CFB67B; }
span { border-color: rgb(207,182,123); }
td.TdClassName
{
border-color: #CFB67B;
}
.TagClassName
{
border-color: #CFB67B;
}
</style>