Shades of Yuma #CCB98A
Tints of Yuma #CCB98A
RGB
CMYK
RGB Variations
Color information
#CCB98A (or 0xCCB98A) is known color: Yuma. HEX triplet: CC, B9 and 8A. RGB value is (204,185,138). Sum of RGB (Red+Green+Blue) = 204+185+138=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 138 (54.30% from 255 or 26.19% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98A is #334675. Grayscale: #B9B9B9. Windows color (decimal): -3360374 or 9091532. OLE color: 9091532.
HSL color Cylindrical-coordinate representation of color #CCB98A: hue angle of 42.73º 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 #CCB98A is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 138 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.2 |
| HSL | 42.73º | 0.39% | 0.67% | - |
| HSV(B) | 42.73º | 0.32% | 0.8% | - |
| XYZ | 46.84 | 49.37 | 31.11 | - |
| YUV | 185.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 138 | 0 | 0.09 | 0.32 | 0.2 | 42.73 | 0.39 | 0.67 |
| Hex | CC | B9 | 8A | 0 | 9 | 20 | 14 | 2B | 27 | 43 |
| Octal | 314 | 271 | 212 | 0 | 11 | 40 | 24 | 53 | 47 | 103 |
| Binary | 11001100 | 10111001 | 10001010 | 0 | 1001 | 100000 | 10100 | 101011 | 100111 | 1000011 |
Color Harmonies of #CCB98A
Complementary color
Monochromatic Colors of #CCB98A
Black with #CCB98A
Text Example
Text Example
White with #CCB98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB98A; }
p { color: rgb(204,185,138); }
H1.HeaderClassName
{
color: #CCB98A;
}
.AnyTagClassName
{
color: #CCB98A;
}
</style>
background-color css
<style>
a { background-color: #CCB98A; }
a { background-color: rgb(204,185,138); }
div.DivClassName
{
background-color: #CCB98A;
}
.BgClassName
{
background-color: #CCB98A;
}
</style>
border-color css
<style>
span { border-color: #CCB98A; }
span { border-color: rgb(204,185,138); }
td.TdClassName
{
border-color: #CCB98A;
}
.TagClassName
{
border-color: #CCB98A;
}
</style>