Shades of Pale Taupe #C4927D
Tints of Pale Taupe #C4927D
RGB
CMYK
RGB Variations
Color information
#C4927D (or 0xC4927D) is known color: Pale Taupe. HEX triplet: C4, 92 and 7D. RGB value is (196,146,125). Sum of RGB (Red+Green+Blue) = 196+146+125=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4927D is #3B6D82. Grayscale: #9E9E9E. Windows color (decimal): -3894659 or 8229572. OLE color: 8229572.
HSL color Cylindrical-coordinate representation of color #C4927D: hue angle of 17.75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4927D is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 125 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.23 |
| HSL | 17.75º | 0.38% | 0.63% | - |
| HSV(B) | 17.75º | 0.36% | 0.77% | - |
| XYZ | 36.75 | 33.77 | 23.98 | - |
| YUV | 158.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 125 | 0 | 0.26 | 0.36 | 0.23 | 17.75 | 0.38 | 0.63 |
| Hex | C4 | 92 | 7D | 0 | 1A | 24 | 17 | 12 | 26 | 3F |
| Octal | 304 | 222 | 175 | 0 | 32 | 44 | 27 | 22 | 46 | 77 |
| Binary | 11000100 | 10010010 | 1111101 | 0 | 11010 | 100100 | 10111 | 10010 | 100110 | 111111 |
Color Harmonies of #C4927D
Complementary color
Monochromatic Colors of #C4927D
Black with #C4927D
Text Example
Text Example
White with #C4927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4927D; }
p { color: rgb(196,146,125); }
H1.HeaderClassName
{
color: #C4927D;
}
.AnyTagClassName
{
color: #C4927D;
}
</style>
background-color css
<style>
a { background-color: #C4927D; }
a { background-color: rgb(196,146,125); }
div.DivClassName
{
background-color: #C4927D;
}
.BgClassName
{
background-color: #C4927D;
}
</style>
border-color css
<style>
span { border-color: #C4927D; }
span { border-color: rgb(196,146,125); }
td.TdClassName
{
border-color: #C4927D;
}
.TagClassName
{
border-color: #C4927D;
}
</style>