Shades of Yuma #CCBC8A
Tints of Yuma #CCBC8A
RGB
CMYK
RGB Variations
Color information
#CCBC8A (or 0xCCBC8A) is known color: Yuma. HEX triplet: CC, BC and 8A. RGB value is (204,188,138). Sum of RGB (Red+Green+Blue) = 204+188+138=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC8A is #334375. Grayscale: #BBBBBB. Windows color (decimal): -3359606 or 9092300. OLE color: 9092300.
HSL color Cylindrical-coordinate representation of color #CCBC8A: hue angle of 45.45º 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 #CCBC8A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 138 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.2 |
| HSL | 45.45º | 0.39% | 0.67% | - |
| HSV(B) | 45.45º | 0.32% | 0.8% | - |
| XYZ | 47.47 | 50.64 | 31.32 | - |
| YUV | 187.08 | 100.3 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 138 | 0 | 0.08 | 0.32 | 0.2 | 45.45 | 0.39 | 0.67 |
| Hex | CC | BC | 8A | 0 | 8 | 20 | 14 | 2D | 27 | 43 |
| Octal | 314 | 274 | 212 | 0 | 10 | 40 | 24 | 55 | 47 | 103 |
| Binary | 11001100 | 10111100 | 10001010 | 0 | 1000 | 100000 | 10100 | 101101 | 100111 | 1000011 |
Color Harmonies of #CCBC8A
Complementary color
Monochromatic Colors of #CCBC8A
Black with #CCBC8A
Text Example
Text Example
White with #CCBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC8A; }
p { color: rgb(204,188,138); }
H1.HeaderClassName
{
color: #CCBC8A;
}
.AnyTagClassName
{
color: #CCBC8A;
}
</style>
background-color css
<style>
a { background-color: #CCBC8A; }
a { background-color: rgb(204,188,138); }
div.DivClassName
{
background-color: #CCBC8A;
}
.BgClassName
{
background-color: #CCBC8A;
}
</style>
border-color css
<style>
span { border-color: #CCBC8A; }
span { border-color: rgb(204,188,138); }
td.TdClassName
{
border-color: #CCBC8A;
}
.TagClassName
{
border-color: #CCBC8A;
}
</style>