Shades of Yuma #CCBD7B
Tints of Yuma #CCBD7B
RGB
CMYK
RGB Variations
Color information
#CCBD7B (or 0xCCBD7B) is known color: Yuma. HEX triplet: CC, BD and 7B. RGB value is (204,189,123). Sum of RGB (Red+Green+Blue) = 204+189+123=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBD7B is #334284. Grayscale: #BABABA. Windows color (decimal): -3359365 or 8109516. OLE color: 8109516.
HSL color Cylindrical-coordinate representation of color #CCBD7B: hue angle of 48.89º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCBD7B is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 123 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.2 |
| HSL | 48.89º | 0.44% | 0.64% | - |
| HSV(B) | 48.89º | 0.4% | 0.8% | - |
| XYZ | 46.67 | 50.66 | 26.06 | - |
| YUV | 185.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 123 | 0 | 0.07 | 0.40 | 0.2 | 48.89 | 0.44 | 0.64 |
| Hex | CC | BD | 7B | 0 | 7 | 28 | 14 | 31 | 2C | 40 |
| Octal | 314 | 275 | 173 | 0 | 7 | 50 | 24 | 61 | 54 | 100 |
| Binary | 11001100 | 10111101 | 1111011 | 0 | 111 | 101000 | 10100 | 110001 | 101100 | 1000000 |
Color Harmonies of #CCBD7B
Complementary color
Monochromatic Colors of #CCBD7B
Black with #CCBD7B
Text Example
Text Example
White with #CCBD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD7B; }
p { color: rgb(204,189,123); }
H1.HeaderClassName
{
color: #CCBD7B;
}
.AnyTagClassName
{
color: #CCBD7B;
}
</style>
background-color css
<style>
a { background-color: #CCBD7B; }
a { background-color: rgb(204,189,123); }
div.DivClassName
{
background-color: #CCBD7B;
}
.BgClassName
{
background-color: #CCBD7B;
}
</style>
border-color css
<style>
span { border-color: #CCBD7B; }
span { border-color: rgb(204,189,123); }
td.TdClassName
{
border-color: #CCBD7B;
}
.TagClassName
{
border-color: #CCBD7B;
}
</style>