Shades of Yuma #C3B87D
Tints of Yuma #C3B87D
RGB
CMYK
RGB Variations
Color information
#C3B87D (or 0xC3B87D) is known color: Yuma. HEX triplet: C3, B8 and 7D. RGB value is (195,184,125). Sum of RGB (Red+Green+Blue) = 195+184+125=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B87D is #3C4782. Grayscale: #B4B4B4. Windows color (decimal): -3950467 or 8239299. OLE color: 8239299.
HSL color Cylindrical-coordinate representation of color #C3B87D: hue angle of 50.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3B87D is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 184 | 125 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.24 |
| HSL | 50.57º | 0.37% | 0.63% | - |
| HSV(B) | 50.57º | 0.36% | 0.76% | - |
| XYZ | 43.35 | 47.36 | 26.26 | - |
| YUV | 180.56 | 96.64 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 125 | 0 | 0.06 | 0.36 | 0.24 | 50.57 | 0.37 | 0.63 |
| Hex | C3 | B8 | 7D | 0 | 6 | 24 | 18 | 33 | 25 | 3F |
| Octal | 303 | 270 | 175 | 0 | 6 | 44 | 30 | 63 | 45 | 77 |
| Binary | 11000011 | 10111000 | 1111101 | 0 | 110 | 100100 | 11000 | 110011 | 100101 | 111111 |
Color Harmonies of #C3B87D
Complementary color
Monochromatic Colors of #C3B87D
Black with #C3B87D
Text Example
Text Example
White with #C3B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B87D; }
p { color: rgb(195,184,125); }
H1.HeaderClassName
{
color: #C3B87D;
}
.AnyTagClassName
{
color: #C3B87D;
}
</style>
background-color css
<style>
a { background-color: #C3B87D; }
a { background-color: rgb(195,184,125); }
div.DivClassName
{
background-color: #C3B87D;
}
.BgClassName
{
background-color: #C3B87D;
}
</style>
border-color css
<style>
span { border-color: #C3B87D; }
span { border-color: rgb(195,184,125); }
td.TdClassName
{
border-color: #C3B87D;
}
.TagClassName
{
border-color: #C3B87D;
}
</style>