#C1727A

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

Shades of Tapestry #C1727A

Tints of Tapestry #C1727A

Color information

#C1727A (or 0xC1727A) is unknown color: approx Tapestry. HEX triplet: C1, 72 and 7A. RGB value is (193,114,122). Sum of RGB (Red+Green+Blue) = 193+114+122=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1727A is #3E8D85. Grayscale: #8A8A8A. Windows color (decimal): -4099462 or 8024769. OLE color: 8024769.

HSL color Cylindrical-coordinate representation of color #C1727A: hue angle of 353.92º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1727A is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB193114122-
CMYK00.410.370.24
HSL353.92º38.92%60.2%-
HSV(B)353.92º40.93%75.69%-
XYZ31.5224.7821.53-
YUV138.53118.67166.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.99%
GREEN value IS 114 (44.92% from 255) = 26.57%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=44.99%
G=26.57%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311412200.410.370.24353.9238.9260.2
HexC1727A0292518162273c
Octal30116217205145305424774
Binary1100000111100101111010010100110010111000101100010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1727A; }

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

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

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

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

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

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

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

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