#C3607D

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

Shades of Tapestry #C3607D

Tints of Tapestry #C3607D

Color information

#C3607D (or 0xC3607D) is unknown color: approx Tapestry. HEX triplet: C3, 60 and 7D. RGB value is (195,96,125). Sum of RGB (Red+Green+Blue) = 195+96+125=416 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.88% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 195 - color contains mainly: red. Hex color #C3607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3607D is #3C9F82. Grayscale: #808080. Windows color (decimal): -3972995 or 8216771. OLE color: 8216771.

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

Color convert

RGB19596125-
CMYK00.510.360.24
HSL342.42º45.21%57.06%-
HSV(B)342.42º50.77%76.47%-
XYZ30.3921.4521.94-
YUV128.91125.8175.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.88%
GREEN value IS 96 (37.89% from 255) = 23.08%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=46.88%
G=23.08%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959612500.510.360.24342.4245.2157.06
HexC3607D03324181562d39
Octal30314017506344305265571
Binary1100001111000001111101011001110010011000101010110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3607D; }

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

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

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

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

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

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

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

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