#C35F7F

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

Shades of Tapestry #C35F7F

Tints of Tapestry #C35F7F

Color information

#C35F7F (or 0xC35F7F) is unknown color: approx Tapestry. HEX triplet: C3, 5F and 7F. RGB value is (195,95,127). Sum of RGB (Red+Green+Blue) = 195+95+127=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F7F is #3CA080. Grayscale: #808080. Windows color (decimal): -3973249 or 8347587. OLE color: 8347587.

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

Color convert

RGB19595127-
CMYK00.510.350.24
HSL340.8º45.45%56.86%-
HSV(B)340.8º51.28%76.47%-
XYZ30.4321.3222.59-
YUV128.55127.13175.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 127 (50% from 255) = 30.46%
R=46.76%
G=22.78%
B=30.46%

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
Decimal1959512700.510.350.24340.845.4556.86
HexC35F7F03323181552d39
Octal30313717706343305255571
Binary1100001110111111111111011001110001111000101010101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35F7F; }

 p { color: rgb(195,95,127); }

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

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

 a { background-color: rgb(195,95,127); }

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

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

 span { border-color: rgb(195,95,127); }

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