Shades of Yuma #CCB383
Tints of Yuma #CCB383
RGB
CMYK
RGB Variations
Color information
#CCB383 (or 0xCCB383) is known color: Yuma. HEX triplet: CC, B3 and 83. RGB value is (204,179,131). Sum of RGB (Red+Green+Blue) = 204+179+131=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB383 is #334C7C. Grayscale: #B5B5B5. Windows color (decimal): -3361917 or 8631244. OLE color: 8631244.
HSL color Cylindrical-coordinate representation of color #CCB383: hue angle of 39.45º 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 #CCB383 is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 179 | 131 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.2 |
| HSL | 39.45º | 0.42% | 0.66% | - |
| HSV(B) | 39.45º | 0.36% | 0.8% | - |
| XYZ | 45.12 | 46.72 | 28.11 | - |
| YUV | 181 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 179 | 131 | 0 | 0.12 | 0.36 | 0.2 | 39.45 | 0.42 | 0.66 |
| Hex | CC | B3 | 83 | 0 | C | 24 | 14 | 27 | 2A | 42 |
| Octal | 314 | 263 | 203 | 0 | 14 | 44 | 24 | 47 | 52 | 102 |
| Binary | 11001100 | 10110011 | 10000011 | 0 | 1100 | 100100 | 10100 | 100111 | 101010 | 1000010 |
Color Harmonies of #CCB383
Complementary color
Monochromatic Colors of #CCB383
Black with #CCB383
Text Example
Text Example
White with #CCB383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB383; }
p { color: rgb(204,179,131); }
H1.HeaderClassName
{
color: #CCB383;
}
.AnyTagClassName
{
color: #CCB383;
}
</style>
background-color css
<style>
a { background-color: #CCB383; }
a { background-color: rgb(204,179,131); }
div.DivClassName
{
background-color: #CCB383;
}
.BgClassName
{
background-color: #CCB383;
}
</style>
border-color css
<style>
span { border-color: #CCB383; }
span { border-color: rgb(204,179,131); }
td.TdClassName
{
border-color: #CCB383;
}
.TagClassName
{
border-color: #CCB383;
}
</style>