Shades of Yuma #CCBD80
Tints of Yuma #CCBD80
RGB
CMYK
RGB Variations
Color information
#CCBD80 (or 0xCCBD80) is known color: Yuma. HEX triplet: CC, BD and 80. RGB value is (204,189,128). Sum of RGB (Red+Green+Blue) = 204+189+128=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD80 is #33427F. Grayscale: #BABABA. Windows color (decimal): -3359360 or 8437196. OLE color: 8437196.
HSL color Cylindrical-coordinate representation of color #CCBD80: hue angle of 48.16º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCBD80 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 128 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.2 |
| HSL | 48.16º | 0.43% | 0.65% | - |
| HSV(B) | 48.16º | 0.37% | 0.8% | - |
| XYZ | 47 | 50.79 | 27.75 | - |
| YUV | 186.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 128 | 0 | 0.07 | 0.37 | 0.2 | 48.16 | 0.43 | 0.65 |
| Hex | CC | BD | 80 | 0 | 7 | 25 | 14 | 30 | 2B | 41 |
| Octal | 314 | 275 | 200 | 0 | 7 | 45 | 24 | 60 | 53 | 101 |
| Binary | 11001100 | 10111101 | 10000000 | 0 | 111 | 100101 | 10100 | 110000 | 101011 | 1000001 |
Color Harmonies of #CCBD80
Complementary color
Monochromatic Colors of #CCBD80
Black with #CCBD80
Text Example
Text Example
White with #CCBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBD80; }
p { color: rgb(204,189,128); }
H1.HeaderClassName
{
color: #CCBD80;
}
.AnyTagClassName
{
color: #CCBD80;
}
</style>
background-color css
<style>
a { background-color: #CCBD80; }
a { background-color: rgb(204,189,128); }
div.DivClassName
{
background-color: #CCBD80;
}
.BgClassName
{
background-color: #CCBD80;
}
</style>
border-color css
<style>
span { border-color: #CCBD80; }
span { border-color: rgb(204,189,128); }
td.TdClassName
{
border-color: #CCBD80;
}
.TagClassName
{
border-color: #CCBD80;
}
</style>