Shades of Yuma #CCBC83
Tints of Yuma #CCBC83
RGB
CMYK
RGB Variations
Color information
#CCBC83 (or 0xCCBC83) is known color: Yuma. HEX triplet: CC, BC and 83. RGB value is (204,188,131). Sum of RGB (Red+Green+Blue) = 204+188+131=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC83 is #33437C. Grayscale: #BABABA. Windows color (decimal): -3359613 or 8633548. OLE color: 8633548.
HSL color Cylindrical-coordinate representation of color #CCBC83: hue angle of 46.85º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCBC83 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 188 | 131 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.2 |
| HSL | 46.85º | 0.42% | 0.66% | - |
| HSV(B) | 46.85º | 0.36% | 0.8% | - |
| XYZ | 46.98 | 50.44 | 28.73 | - |
| YUV | 186.29 | 96.8 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 131 | 0 | 0.08 | 0.36 | 0.2 | 46.85 | 0.42 | 0.66 |
| Hex | CC | BC | 83 | 0 | 8 | 24 | 14 | 2F | 2A | 42 |
| Octal | 314 | 274 | 203 | 0 | 10 | 44 | 24 | 57 | 52 | 102 |
| Binary | 11001100 | 10111100 | 10000011 | 0 | 1000 | 100100 | 10100 | 101111 | 101010 | 1000010 |
Color Harmonies of #CCBC83
Complementary color
Monochromatic Colors of #CCBC83
Black with #CCBC83
Text Example
Text Example
White with #CCBC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBC83; }
p { color: rgb(204,188,131); }
H1.HeaderClassName
{
color: #CCBC83;
}
.AnyTagClassName
{
color: #CCBC83;
}
</style>
background-color css
<style>
a { background-color: #CCBC83; }
a { background-color: rgb(204,188,131); }
div.DivClassName
{
background-color: #CCBC83;
}
.BgClassName
{
background-color: #CCBC83;
}
</style>
border-color css
<style>
span { border-color: #CCBC83; }
span { border-color: rgb(204,188,131); }
td.TdClassName
{
border-color: #CCBC83;
}
.TagClassName
{
border-color: #CCBC83;
}
</style>