Shades of Pale Taupe #C1907B
Tints of Pale Taupe #C1907B
RGB
CMYK
RGB Variations
Color information
#C1907B (or 0xC1907B) is known color: Pale Taupe. HEX triplet: C1, 90 and 7B. RGB value is (193,144,123). Sum of RGB (Red+Green+Blue) = 193+144+123=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C1907B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1907B is #3E6F84. Grayscale: #9C9C9C. Windows color (decimal): -4091781 or 8097985. OLE color: 8097985.
HSL color Cylindrical-coordinate representation of color #C1907B: hue angle of 18º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1907B is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 123 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.24 |
| HSL | 18º | 0.36% | 0.62% | - |
| HSV(B) | 18º | 0.36% | 0.76% | - |
| XYZ | 35.54 | 32.71 | 23.18 | - |
| YUV | 156.26 | 109.23 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 123 | 0 | 0.25 | 0.36 | 0.24 | 18 | 0.36 | 0.62 |
| Hex | C1 | 90 | 7B | 0 | 19 | 24 | 18 | 12 | 24 | 3E |
| Octal | 301 | 220 | 173 | 0 | 31 | 44 | 30 | 22 | 44 | 76 |
| Binary | 11000001 | 10010000 | 1111011 | 0 | 11001 | 100100 | 11000 | 10010 | 100100 | 111110 |
Color Harmonies of #C1907B
Complementary color
Monochromatic Colors of #C1907B
Black with #C1907B
Text Example
Text Example
White with #C1907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1907B; }
p { color: rgb(193,144,123); }
H1.HeaderClassName
{
color: #C1907B;
}
.AnyTagClassName
{
color: #C1907B;
}
</style>
background-color css
<style>
a { background-color: #C1907B; }
a { background-color: rgb(193,144,123); }
div.DivClassName
{
background-color: #C1907B;
}
.BgClassName
{
background-color: #C1907B;
}
</style>
border-color css
<style>
span { border-color: #C1907B; }
span { border-color: rgb(193,144,123); }
td.TdClassName
{
border-color: #C1907B;
}
.TagClassName
{
border-color: #C1907B;
}
</style>