Shades of Yuma #CCB98B
Tints of Yuma #CCB98B
RGB
CMYK
RGB Variations
Color information
#CCB98B (or 0xCCB98B) is known color: Yuma. HEX triplet: CC, B9 and 8B. RGB value is (204,185,139). Sum of RGB (Red+Green+Blue) = 204+185+139=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98B is #334674. Grayscale: #B9B9B9. Windows color (decimal): -3360373 or 9157068. OLE color: 9157068.
HSL color Cylindrical-coordinate representation of color #CCB98B: hue angle of 42.46º 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 #CCB98B is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 139 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.2 |
| HSL | 42.46º | 0.39% | 0.67% | - |
| HSV(B) | 42.46º | 0.32% | 0.8% | - |
| XYZ | 46.91 | 49.4 | 31.49 | - |
| YUV | 185.44 | 101.79 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 139 | 0 | 0.09 | 0.32 | 0.2 | 42.46 | 0.39 | 0.67 |
| Hex | CC | B9 | 8B | 0 | 9 | 20 | 14 | 2A | 27 | 43 |
| Octal | 314 | 271 | 213 | 0 | 11 | 40 | 24 | 52 | 47 | 103 |
| Binary | 11001100 | 10111001 | 10001011 | 0 | 1001 | 100000 | 10100 | 101010 | 100111 | 1000011 |
Color Harmonies of #CCB98B
Complementary color
Monochromatic Colors of #CCB98B
Black with #CCB98B
Text Example
Text Example
White with #CCB98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB98B; }
p { color: rgb(204,185,139); }
H1.HeaderClassName
{
color: #CCB98B;
}
.AnyTagClassName
{
color: #CCB98B;
}
</style>
background-color css
<style>
a { background-color: #CCB98B; }
a { background-color: rgb(204,185,139); }
div.DivClassName
{
background-color: #CCB98B;
}
.BgClassName
{
background-color: #CCB98B;
}
</style>
border-color css
<style>
span { border-color: #CCB98B; }
span { border-color: rgb(204,185,139); }
td.TdClassName
{
border-color: #CCB98B;
}
.TagClassName
{
border-color: #CCB98B;
}
</style>