Shades of Gimblet #C3B25D
Tints of Gimblet #C3B25D
RGB
CMYK
RGB Variations
Color information
#C3B25D (or 0xC3B25D) is known color: Gimblet. HEX triplet: C3, B2 and 5D. RGB value is (195,178,93). Sum of RGB (Red+Green+Blue) = 195+178+93=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B25D is #3C4DA2. Grayscale: #ADADAD. Windows color (decimal): -3952035 or 6140611. OLE color: 6140611.
HSL color Cylindrical-coordinate representation of color #C3B25D: hue angle of 50º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3B25D is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 178 | 93 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.24 |
| HSL | 50º | 0.46% | 0.56% | - |
| HSV(B) | 50º | 0.52% | 0.76% | - |
| XYZ | 40.4 | 44.23 | 16.76 | - |
| YUV | 173.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 93 | 0 | 0.09 | 0.52 | 0.24 | 50 | 0.46 | 0.56 |
| Hex | C3 | B2 | 5D | 0 | 9 | 34 | 18 | 32 | 2E | 38 |
| Octal | 303 | 262 | 135 | 0 | 11 | 64 | 30 | 62 | 56 | 70 |
| Binary | 11000011 | 10110010 | 1011101 | 0 | 1001 | 110100 | 11000 | 110010 | 101110 | 111000 |
Color Harmonies of #C3B25D
Complementary color
Monochromatic Colors of #C3B25D
Black with #C3B25D
Text Example
Text Example
White with #C3B25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B25D; }
p { color: rgb(195,178,93); }
H1.HeaderClassName
{
color: #C3B25D;
}
.AnyTagClassName
{
color: #C3B25D;
}
</style>
background-color css
<style>
a { background-color: #C3B25D; }
a { background-color: rgb(195,178,93); }
div.DivClassName
{
background-color: #C3B25D;
}
.BgClassName
{
background-color: #C3B25D;
}
</style>
border-color css
<style>
span { border-color: #C3B25D; }
span { border-color: rgb(195,178,93); }
td.TdClassName
{
border-color: #C3B25D;
}
.TagClassName
{
border-color: #C3B25D;
}
</style>