#C2907A

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

Shades of Pale Taupe #C2907A

Tints of Pale Taupe #C2907A

Color information

#C2907A (or 0xC2907A) is unknown color: approx Pale Taupe. HEX triplet: C2, 90 and 7A. RGB value is (194,144,122). Sum of RGB (Red+Green+Blue) = 194+144+122=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2907A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2907A is #3D6F85. Grayscale: #9C9C9C. Windows color (decimal): -4026246 or 8032450. OLE color: 8032450.

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

Color convert

RGB194144122-
CMYK00.260.370.24
HSL18.33º37.11%61.96%-
HSV(B)18.33º37.11%76.08%-
XYZ35.7332.8222.86-
YUV156.44108.56154.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.17%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=42.17%
G=31.30%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414412200.260.370.2418.3337.1161.96
HexC2907A01A251812253e
Octal3022201720324530224576
Binary110000101001000011110100110101001011100010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2907A; }

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

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

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

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

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

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

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

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