#C36678

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

Shades of Tapestry #C36678

Tints of Tapestry #C36678

Color information

#C36678 (or 0xC36678) is unknown color: approx Tapestry. HEX triplet: C3, 66 and 78. RGB value is (195,102,120). Sum of RGB (Red+Green+Blue) = 195+102+120=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C36678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C36678 is #3C9987. Grayscale: #838383. Windows color (decimal): -3971464 or 7890627. OLE color: 7890627.

HSL color Cylindrical-coordinate representation of color #C36678: hue angle of 348.39º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C36678 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB195102120-
CMYK00.480.380.24
HSL348.39º43.66%58.24%-
HSV(B)348.39º47.69%76.47%-
XYZ30.6522.4620.49-
YUV131.86121.31173.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 120 (47.27% from 255) = 28.78%
R=46.76%
G=24.46%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510212000.480.380.24348.3943.6658.24
HexC36678030261815c2c3a
Octal30314617006046305345472
Binary1100001111001101111000011000010011011000101011100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36678; }

 p { color: rgb(195,102,120); }

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

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

 a { background-color: rgb(195,102,120); }

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

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

 span { border-color: rgb(195,102,120); }

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