Shades of Yuma #CCB989
Tints of Yuma #CCB989
RGB
CMYK
RGB Variations
Color information
#CCB989 (or 0xCCB989) is known color: Yuma. HEX triplet: CC, B9 and 89. RGB value is (204,185,137). Sum of RGB (Red+Green+Blue) = 204+185+137=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 137 (53.91% from 255 or 26.05% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB989 is #334676. Grayscale: #B9B9B9. Windows color (decimal): -3360375 or 9025996. OLE color: 9025996.
HSL color Cylindrical-coordinate representation of color #CCB989: hue angle of 42.99º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCB989 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 137 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.2 |
| HSL | 42.99º | 0.4% | 0.67% | - |
| HSV(B) | 42.99º | 0.33% | 0.8% | - |
| XYZ | 46.77 | 49.34 | 30.73 | - |
| YUV | 185.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 137 | 0 | 0.09 | 0.33 | 0.2 | 42.99 | 0.4 | 0.67 |
| Hex | CC | B9 | 89 | 0 | 9 | 21 | 14 | 2B | 28 | 43 |
| Octal | 314 | 271 | 211 | 0 | 11 | 41 | 24 | 53 | 50 | 103 |
| Binary | 11001100 | 10111001 | 10001001 | 0 | 1001 | 100001 | 10100 | 101011 | 101000 | 1000011 |
Color Harmonies of #CCB989
Complementary color
Monochromatic Colors of #CCB989
Black with #CCB989
Text Example
Text Example
White with #CCB989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB989; }
p { color: rgb(204,185,137); }
H1.HeaderClassName
{
color: #CCB989;
}
.AnyTagClassName
{
color: #CCB989;
}
</style>
background-color css
<style>
a { background-color: #CCB989; }
a { background-color: rgb(204,185,137); }
div.DivClassName
{
background-color: #CCB989;
}
.BgClassName
{
background-color: #CCB989;
}
</style>
border-color css
<style>
span { border-color: #CCB989; }
span { border-color: rgb(204,185,137); }
td.TdClassName
{
border-color: #CCB989;
}
.TagClassName
{
border-color: #CCB989;
}
</style>