Shades of Yuma #CCBB89
Tints of Yuma #CCBB89
RGB
CMYK
RGB Variations
Color information
#CCBB89 (or 0xCCBB89) is known color: Yuma. HEX triplet: CC, BB and 89. RGB value is (204,187,137). Sum of RGB (Red+Green+Blue) = 204+187+137=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 137 (53.91% from 255 or 25.95% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB89 is #334476. Grayscale: #BABABA. Windows color (decimal): -3359863 or 9026508. OLE color: 9026508.
HSL color Cylindrical-coordinate representation of color #CCBB89: hue angle of 44.78º 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 #CCBB89 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 137 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.2 |
| HSL | 44.78º | 0.4% | 0.67% | - |
| HSV(B) | 44.78º | 0.33% | 0.8% | - |
| XYZ | 47.19 | 50.18 | 30.87 | - |
| YUV | 186.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 137 | 0 | 0.08 | 0.33 | 0.2 | 44.78 | 0.4 | 0.67 |
| Hex | CC | BB | 89 | 0 | 8 | 21 | 14 | 2D | 28 | 43 |
| Octal | 314 | 273 | 211 | 0 | 10 | 41 | 24 | 55 | 50 | 103 |
| Binary | 11001100 | 10111011 | 10001001 | 0 | 1000 | 100001 | 10100 | 101101 | 101000 | 1000011 |
Color Harmonies of #CCBB89
Complementary color
Monochromatic Colors of #CCBB89
Black with #CCBB89
Text Example
Text Example
White with #CCBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB89; }
p { color: rgb(204,187,137); }
H1.HeaderClassName
{
color: #CCBB89;
}
.AnyTagClassName
{
color: #CCBB89;
}
</style>
background-color css
<style>
a { background-color: #CCBB89; }
a { background-color: rgb(204,187,137); }
div.DivClassName
{
background-color: #CCBB89;
}
.BgClassName
{
background-color: #CCBB89;
}
</style>
border-color css
<style>
span { border-color: #CCBB89; }
span { border-color: rgb(204,187,137); }
td.TdClassName
{
border-color: #CCBB89;
}
.TagClassName
{
border-color: #CCBB89;
}
</style>