Shades of Pale Taupe #C2947F
Tints of Pale Taupe #C2947F
RGB
CMYK
RGB Variations
Color information
#C2947F (or 0xC2947F) is known color: Pale Taupe. HEX triplet: C2, 94 and 7F. RGB value is (194,148,127). Sum of RGB (Red+Green+Blue) = 194+148+127=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 194 - color contains mainly: red. Hex color #C2947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2947F is #3D6B80. Grayscale: #9F9F9F. Windows color (decimal): -4025217 or 8361154. OLE color: 8361154.
HSL color Cylindrical-coordinate representation of color #C2947F: hue angle of 18.81º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2947F is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 127 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.24 |
| HSL | 18.81º | 0.35% | 0.63% | - |
| HSV(B) | 18.81º | 0.35% | 0.76% | - |
| XYZ | 36.67 | 34.18 | 24.74 | - |
| YUV | 159.36 | 109.74 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 127 | 0 | 0.24 | 0.35 | 0.24 | 18.81 | 0.35 | 0.63 |
| Hex | C2 | 94 | 7F | 0 | 18 | 23 | 18 | 13 | 23 | 3F |
| Octal | 302 | 224 | 177 | 0 | 30 | 43 | 30 | 23 | 43 | 77 |
| Binary | 11000010 | 10010100 | 1111111 | 0 | 11000 | 100011 | 11000 | 10011 | 100011 | 111111 |
Color Harmonies of #C2947F
Complementary color
Monochromatic Colors of #C2947F
Black with #C2947F
Text Example
Text Example
White with #C2947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2947F; }
p { color: rgb(194,148,127); }
H1.HeaderClassName
{
color: #C2947F;
}
.AnyTagClassName
{
color: #C2947F;
}
</style>
background-color css
<style>
a { background-color: #C2947F; }
a { background-color: rgb(194,148,127); }
div.DivClassName
{
background-color: #C2947F;
}
.BgClassName
{
background-color: #C2947F;
}
</style>
border-color css
<style>
span { border-color: #C2947F; }
span { border-color: rgb(194,148,127); }
td.TdClassName
{
border-color: #C2947F;
}
.TagClassName
{
border-color: #C2947F;
}
</style>