#C4607F

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

Shades of Tapestry #C4607F

Tints of Tapestry #C4607F

Color information

#C4607F (or 0xC4607F) is unknown color: approx Tapestry. HEX triplet: C4, 60 and 7F. RGB value is (196,96,127). Sum of RGB (Red+Green+Blue) = 196+96+127=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 196 - color contains mainly: red. Hex color #C4607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4607F is #3B9F80. Grayscale: #818181. Windows color (decimal): -3907457 or 8347844. OLE color: 8347844.

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

Color convert

RGB19696127-
CMYK00.510.350.23
HSL341.4º45.87%57.25%-
HSV(B)341.4º51.02%76.86%-
XYZ30.7821.6322.63-
YUV129.43126.63175.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 96 (37.89% from 255) = 22.91%
BLUE value IS 127 (50% from 255) = 30.31%
R=46.78%
G=22.91%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969612700.510.350.23341.445.8757.25
HexC4607F03323171552e39
Octal30414017706343275255671
Binary1100010011000001111111011001110001110111101010101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4607F; }

 p { color: rgb(196,96,127); }

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

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

 a { background-color: rgb(196,96,127); }

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

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

 span { border-color: rgb(196,96,127); }

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