Shades of Yuma #CCBC88
Tints of Yuma #CCBC88
RGB
CMYK
RGB Variations
Color information
#CCBC88 (or 0xCCBC88) is known color: Yuma. HEX triplet: CC, BC and 88. RGB value is (204,188,136). Sum of RGB (Red+Green+Blue) = 204+188+136=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC88 is #334377. Grayscale: #BBBBBB. Windows color (decimal): -3359608 or 8961228. OLE color: 8961228.
HSL color Cylindrical-coordinate representation of color #CCBC88: hue angle of 45.88º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCBC88 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 136 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.2 |
| HSL | 45.88º | 0.4% | 0.67% | - |
| HSV(B) | 45.88º | 0.33% | 0.8% | - |
| XYZ | 47.33 | 50.58 | 30.56 | - |
| YUV | 186.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 136 | 0 | 0.08 | 0.33 | 0.2 | 45.88 | 0.4 | 0.67 |
| Hex | CC | BC | 88 | 0 | 8 | 21 | 14 | 2E | 28 | 43 |
| Octal | 314 | 274 | 210 | 0 | 10 | 41 | 24 | 56 | 50 | 103 |
| Binary | 11001100 | 10111100 | 10001000 | 0 | 1000 | 100001 | 10100 | 101110 | 101000 | 1000011 |
Color Harmonies of #CCBC88
Complementary color
Monochromatic Colors of #CCBC88
Black with #CCBC88
Text Example
Text Example
White with #CCBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC88; }
p { color: rgb(204,188,136); }
H1.HeaderClassName
{
color: #CCBC88;
}
.AnyTagClassName
{
color: #CCBC88;
}
</style>
background-color css
<style>
a { background-color: #CCBC88; }
a { background-color: rgb(204,188,136); }
div.DivClassName
{
background-color: #CCBC88;
}
.BgClassName
{
background-color: #CCBC88;
}
</style>
border-color css
<style>
span { border-color: #CCBC88; }
span { border-color: rgb(204,188,136); }
td.TdClassName
{
border-color: #CCBC88;
}
.TagClassName
{
border-color: #CCBC88;
}
</style>