Shades of Yuma #CCBB8B
Tints of Yuma #CCBB8B
RGB
CMYK
RGB Variations
Color information
#CCBB8B (or 0xCCBB8B) is known color: Yuma. HEX triplet: CC, BB and 8B. RGB value is (204,187,139). Sum of RGB (Red+Green+Blue) = 204+187+139=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBB8B is #334474. Grayscale: #BABABA. Windows color (decimal): -3359861 or 9157580. OLE color: 9157580.
HSL color Cylindrical-coordinate representation of color #CCBB8B: hue angle of 44.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCBB8B is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 187 | 139 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.2 |
| HSL | 44.31º | 0.39% | 0.67% | - |
| HSV(B) | 44.31º | 0.32% | 0.8% | - |
| XYZ | 47.33 | 50.24 | 31.63 | - |
| YUV | 186.61 | 101.13 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 139 | 0 | 0.08 | 0.32 | 0.2 | 44.31 | 0.39 | 0.67 |
| Hex | CC | BB | 8B | 0 | 8 | 20 | 14 | 2C | 27 | 43 |
| Octal | 314 | 273 | 213 | 0 | 10 | 40 | 24 | 54 | 47 | 103 |
| Binary | 11001100 | 10111011 | 10001011 | 0 | 1000 | 100000 | 10100 | 101100 | 100111 | 1000011 |
Color Harmonies of #CCBB8B
Complementary color
Monochromatic Colors of #CCBB8B
Black with #CCBB8B
Text Example
Text Example
White with #CCBB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBB8B; }
p { color: rgb(204,187,139); }
H1.HeaderClassName
{
color: #CCBB8B;
}
.AnyTagClassName
{
color: #CCBB8B;
}
</style>
background-color css
<style>
a { background-color: #CCBB8B; }
a { background-color: rgb(204,187,139); }
div.DivClassName
{
background-color: #CCBB8B;
}
.BgClassName
{
background-color: #CCBB8B;
}
</style>
border-color css
<style>
span { border-color: #CCBB8B; }
span { border-color: rgb(204,187,139); }
td.TdClassName
{
border-color: #CCBB8B;
}
.TagClassName
{
border-color: #CCBB8B;
}
</style>