Shades of Yuma #CCBC8B
Tints of Yuma #CCBC8B
RGB
CMYK
RGB Variations
Color information
#CCBC8B (or 0xCCBC8B) is known color: Yuma. HEX triplet: CC, BC and 8B. RGB value is (204,188,139). Sum of RGB (Red+Green+Blue) = 204+188+139=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC8B is #334374. Grayscale: #BBBBBB. Windows color (decimal): -3359605 or 9157836. OLE color: 9157836.
HSL color Cylindrical-coordinate representation of color #CCBC8B: hue angle of 45.23º 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 #CCBC8B is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 139 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.2 |
| HSL | 45.23º | 0.39% | 0.67% | - |
| HSV(B) | 45.23º | 0.32% | 0.8% | - |
| XYZ | 47.55 | 50.67 | 31.7 | - |
| YUV | 187.2 | 100.8 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 139 | 0 | 0.08 | 0.32 | 0.2 | 45.23 | 0.39 | 0.67 |
| Hex | CC | BC | 8B | 0 | 8 | 20 | 14 | 2D | 27 | 43 |
| Octal | 314 | 274 | 213 | 0 | 10 | 40 | 24 | 55 | 47 | 103 |
| Binary | 11001100 | 10111100 | 10001011 | 0 | 1000 | 100000 | 10100 | 101101 | 100111 | 1000011 |
Color Harmonies of #CCBC8B
Complementary color
Monochromatic Colors of #CCBC8B
Black with #CCBC8B
Text Example
Text Example
White with #CCBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC8B; }
p { color: rgb(204,188,139); }
H1.HeaderClassName
{
color: #CCBC8B;
}
.AnyTagClassName
{
color: #CCBC8B;
}
</style>
background-color css
<style>
a { background-color: #CCBC8B; }
a { background-color: rgb(204,188,139); }
div.DivClassName
{
background-color: #CCBC8B;
}
.BgClassName
{
background-color: #CCBC8B;
}
</style>
border-color css
<style>
span { border-color: #CCBC8B; }
span { border-color: rgb(204,188,139); }
td.TdClassName
{
border-color: #CCBC8B;
}
.TagClassName
{
border-color: #CCBC8B;
}
</style>