#C1907A

Color #C1907A Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C1907A

Tints of Pale Taupe #C1907A

Color information

#C1907A (or 0xC1907A) is unknown color: approx Pale Taupe. HEX triplet: C1, 90 and 7A. RGB value is (193,144,122). Sum of RGB (Red+Green+Blue) = 193+144+122=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1907A is #3E6F85. Grayscale: #9C9C9C. Windows color (decimal): -4091782 or 8032449. OLE color: 8032449.

HSL color Cylindrical-coordinate representation of color #C1907A: hue angle of 18.59º degrees, saturation: 0.36, 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 #C1907A is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB193144122-
CMYK00.250.370.24
HSL18.59º36.41%61.76%-
HSV(B)18.59º36.79%75.69%-
XYZ35.4832.6922.85-
YUV156.14108.73154.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 42.05%
GREEN value IS 144 (56.64% from 255) = 31.37%
BLUE value IS 122 (48.05% from 255) = 26.58%
R=42.05%
G=31.37%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314412200.250.370.2418.5936.4161.76
HexC1907A019251813243e
Octal3012201720314530234476
Binary110000011001000011110100110011001011100010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1907A; }

 p { color: rgb(193,144,122); }

 H1.HeaderClassName
 {
   color: #C1907A;
 }
 .AnyTagClassName
 {
   color: #C1907A;
 }
</style>
background-color css

<style>
 a { background-color: #C1907A; }

 a { background-color: rgb(193,144,122); }

 div.DivClassName
 {
   background-color: #C1907A;
 }
 .BgClassName
 {
   background-color: #C1907A;
 }
</style>
border-color css

<style>
 span { border-color: #C1907A; }

 span { border-color: rgb(193,144,122); }

 td.TdClassName
 {
   border-color: #C1907A;
 }
 .TagClassName
 {
   border-color: #C1907A;
 }
</style>