#C3607E

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

Shades of Tapestry #C3607E

Tints of Tapestry #C3607E

Color information

#C3607E (or 0xC3607E) is unknown color: approx Tapestry. HEX triplet: C3, 60 and 7E. RGB value is (195,96,126). Sum of RGB (Red+Green+Blue) = 195+96+126=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3607E is #3C9F81. Grayscale: #818181. Windows color (decimal): -3972994 or 8282307. OLE color: 8282307.

HSL color Cylindrical-coordinate representation of color #C3607E: hue angle of 341.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C3607E is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB19596126-
CMYK00.510.350.24
HSL341.82º45.21%57.06%-
HSV(B)341.82º50.77%76.47%-
XYZ30.4521.4722.28-
YUV129.02126.3175.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=46.76%
G=23.02%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959612600.510.350.24341.8245.2157.06
HexC3607E03323181562d39
Octal30314017606343305265571
Binary1100001111000001111110011001110001111000101010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3607E; }

 p { color: rgb(195,96,126); }

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

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

 a { background-color: rgb(195,96,126); }

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

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

 span { border-color: rgb(195,96,126); }

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