Shades of Pale Taupe #C2927D
Tints of Pale Taupe #C2927D
RGB
CMYK
RGB Variations
Color information
#C2927D (or 0xC2927D) is known color: Pale Taupe. HEX triplet: C2, 92 and 7D. RGB value is (194,146,125). Sum of RGB (Red+Green+Blue) = 194+146+125=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2927D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2927D is #3D6D82. Grayscale: #9E9E9E. Windows color (decimal): -4025731 or 8229570. OLE color: 8229570.
HSL color Cylindrical-coordinate representation of color #C2927D: hue angle of 18.26º degrees, saturation: 0.36, 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 #C2927D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 125 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.24 |
| HSL | 18.26º | 0.36% | 0.63% | - |
| HSV(B) | 18.26º | 0.36% | 0.76% | - |
| XYZ | 36.23 | 33.51 | 23.96 | - |
| YUV | 157.96 | 109.4 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 125 | 0 | 0.25 | 0.36 | 0.24 | 18.26 | 0.36 | 0.63 |
| Hex | C2 | 92 | 7D | 0 | 19 | 24 | 18 | 12 | 24 | 3F |
| Octal | 302 | 222 | 175 | 0 | 31 | 44 | 30 | 22 | 44 | 77 |
| Binary | 11000010 | 10010010 | 1111101 | 0 | 11001 | 100100 | 11000 | 10010 | 100100 | 111111 |
Color Harmonies of #C2927D
Complementary color
Monochromatic Colors of #C2927D
Black with #C2927D
Text Example
Text Example
White with #C2927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2927D; }
p { color: rgb(194,146,125); }
H1.HeaderClassName
{
color: #C2927D;
}
.AnyTagClassName
{
color: #C2927D;
}
</style>
background-color css
<style>
a { background-color: #C2927D; }
a { background-color: rgb(194,146,125); }
div.DivClassName
{
background-color: #C2927D;
}
.BgClassName
{
background-color: #C2927D;
}
</style>
border-color css
<style>
span { border-color: #C2927D; }
span { border-color: rgb(194,146,125); }
td.TdClassName
{
border-color: #C2927D;
}
.TagClassName
{
border-color: #C2927D;
}
</style>