#C07781

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

Shades of Tapestry #C07781

Tints of Tapestry #C07781

Color information

#C07781 (or 0xC07781) is unknown color: approx Tapestry. HEX triplet: C0, 77 and 81. RGB value is (192,119,129). Sum of RGB (Red+Green+Blue) = 192+119+129=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C07781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07781 is #3F887E. Grayscale: #8E8E8E. Windows color (decimal): -4163711 or 8484800. OLE color: 8484800.

HSL color Cylindrical-coordinate representation of color #C07781: hue angle of 351.78º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07781 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB192119129-
CMYK00.380.330.25
HSL351.78º36.68%60.98%-
HSV(B)351.78º38.02%75.29%-
XYZ32.325.9924.08-
YUV141.97120.68163.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 119 (46.88% from 255) = 27.05%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=43.64%
G=27.05%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211912900.380.330.25351.7836.6860.98
HexC077810262119160253d
Octal30016720104641315404575
Binary11000000111011110000001010011010000111001101100000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07781; }

 p { color: rgb(192,119,129); }

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

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

 a { background-color: rgb(192,119,129); }

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

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

 span { border-color: rgb(192,119,129); }

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