Shades of Pale Taupe #C2907B
Tints of Pale Taupe #C2907B
RGB
CMYK
RGB Variations
Color information
#C2907B (or 0xC2907B) is known color: Pale Taupe. HEX triplet: C2, 90 and 7B. RGB value is (194,144,123). Sum of RGB (Red+Green+Blue) = 194+144+123=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2907B is #3D6F84. Grayscale: #9C9C9C. Windows color (decimal): -4026245 or 8097986. OLE color: 8097986.
HSL color Cylindrical-coordinate representation of color #C2907B: hue angle of 17.75º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2907B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 123 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.24 |
| HSL | 17.75º | 0.37% | 0.62% | - |
| HSV(B) | 17.75º | 0.37% | 0.76% | - |
| XYZ | 35.8 | 32.85 | 23.19 | - |
| YUV | 156.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 123 | 0 | 0.26 | 0.37 | 0.24 | 17.75 | 0.37 | 0.62 |
| Hex | C2 | 90 | 7B | 0 | 1A | 25 | 18 | 12 | 25 | 3E |
| Octal | 302 | 220 | 173 | 0 | 32 | 45 | 30 | 22 | 45 | 76 |
| Binary | 11000010 | 10010000 | 1111011 | 0 | 11010 | 100101 | 11000 | 10010 | 100101 | 111110 |
Color Harmonies of #C2907B
Complementary color
Monochromatic Colors of #C2907B
Black with #C2907B
Text Example
Text Example
White with #C2907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2907B; }
p { color: rgb(194,144,123); }
H1.HeaderClassName
{
color: #C2907B;
}
.AnyTagClassName
{
color: #C2907B;
}
</style>
background-color css
<style>
a { background-color: #C2907B; }
a { background-color: rgb(194,144,123); }
div.DivClassName
{
background-color: #C2907B;
}
.BgClassName
{
background-color: #C2907B;
}
</style>
border-color css
<style>
span { border-color: #C2907B; }
span { border-color: rgb(194,144,123); }
td.TdClassName
{
border-color: #C2907B;
}
.TagClassName
{
border-color: #C2907B;
}
</style>