Shades of Yuma #CCB98C
Tints of Yuma #CCB98C
RGB
CMYK
RGB Variations
Color information
#CCB98C (or 0xCCB98C) is known color: Yuma. HEX triplet: CC, B9 and 8C. RGB value is (204,185,140). Sum of RGB (Red+Green+Blue) = 204+185+140=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB98C is #334673. Grayscale: #B9B9B9. Windows color (decimal): -3360372 or 9222604. OLE color: 9222604.
HSL color Cylindrical-coordinate representation of color #CCB98C: hue angle of 42.19º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCB98C is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 140 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.2 |
| HSL | 42.19º | 0.39% | 0.67% | - |
| HSV(B) | 42.19º | 0.31% | 0.8% | - |
| XYZ | 46.98 | 49.43 | 31.88 | - |
| YUV | 185.55 | 102.29 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 140 | 0 | 0.09 | 0.31 | 0.2 | 42.19 | 0.39 | 0.67 |
| Hex | CC | B9 | 8C | 0 | 9 | 1F | 14 | 2A | 27 | 43 |
| Octal | 314 | 271 | 214 | 0 | 11 | 37 | 24 | 52 | 47 | 103 |
| Binary | 11001100 | 10111001 | 10001100 | 0 | 1001 | 11111 | 10100 | 101010 | 100111 | 1000011 |
Color Harmonies of #CCB98C
Complementary color
Monochromatic Colors of #CCB98C
Black with #CCB98C
Text Example
Text Example
White with #CCB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB98C; }
p { color: rgb(204,185,140); }
H1.HeaderClassName
{
color: #CCB98C;
}
.AnyTagClassName
{
color: #CCB98C;
}
</style>
background-color css
<style>
a { background-color: #CCB98C; }
a { background-color: rgb(204,185,140); }
div.DivClassName
{
background-color: #CCB98C;
}
.BgClassName
{
background-color: #CCB98C;
}
</style>
border-color css
<style>
span { border-color: #CCB98C; }
span { border-color: rgb(204,185,140); }
td.TdClassName
{
border-color: #CCB98C;
}
.TagClassName
{
border-color: #CCB98C;
}
</style>