Shades of Yuma #CCBC90
Tints of Yuma #CCBC90
RGB
CMYK
RGB Variations
Color information
#CCBC90 (or 0xCCBC90) is known color: Yuma. HEX triplet: CC, BC and 90. RGB value is (204,188,144). Sum of RGB (Red+Green+Blue) = 204+188+144=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 144 (56.64% from 255 or 26.87% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC90 is #33436F. Grayscale: #BBBBBB. Windows color (decimal): -3359600 or 9485516. OLE color: 9485516.
HSL color Cylindrical-coordinate representation of color #CCBC90: hue angle of 44º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCBC90 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 144 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.2 |
| HSL | 44º | 0.37% | 0.68% | - |
| HSV(B) | 44º | 0.29% | 0.8% | - |
| XYZ | 47.92 | 50.82 | 33.67 | - |
| YUV | 187.77 | 103.3 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 144 | 0 | 0.08 | 0.29 | 0.2 | 44 | 0.37 | 0.68 |
| Hex | CC | BC | 90 | 0 | 8 | 1D | 14 | 2C | 25 | 44 |
| Octal | 314 | 274 | 220 | 0 | 10 | 35 | 24 | 54 | 45 | 104 |
| Binary | 11001100 | 10111100 | 10010000 | 0 | 1000 | 11101 | 10100 | 101100 | 100101 | 1000100 |
Color Harmonies of #CCBC90
Complementary color
Monochromatic Colors of #CCBC90
Black with #CCBC90
Text Example
Text Example
White with #CCBC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC90; }
p { color: rgb(204,188,144); }
H1.HeaderClassName
{
color: #CCBC90;
}
.AnyTagClassName
{
color: #CCBC90;
}
</style>
background-color css
<style>
a { background-color: #CCBC90; }
a { background-color: rgb(204,188,144); }
div.DivClassName
{
background-color: #CCBC90;
}
.BgClassName
{
background-color: #CCBC90;
}
</style>
border-color css
<style>
span { border-color: #CCBC90; }
span { border-color: rgb(204,188,144); }
td.TdClassName
{
border-color: #CCBC90;
}
.TagClassName
{
border-color: #CCBC90;
}
</style>