#C0768B

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

Shades of Tapestry #C0768B

Tints of Tapestry #C0768B

Color information

#C0768B (or 0xC0768B) is unknown color: approx Tapestry. HEX triplet: C0, 76 and 8B. RGB value is (192,118,139). Sum of RGB (Red+Green+Blue) = 192+118+139=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0768B is #3F8974. Grayscale: #8E8E8E. Windows color (decimal): -4163957 or 9139904. OLE color: 9139904.

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

Color convert

RGB192118139-
CMYK00.390.280.25
HSL342.97º37%60.78%-
HSV(B)342.97º38.54%75.29%-
XYZ32.8826.0327.72-
YUV142.52126.02163.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 139 (54.69% from 255) = 30.96%
R=42.76%
G=26.28%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211813900.390.280.25342.973760.78
HexC0768B0271C19157253d
Octal30016621304734315274575
Binary1100000011101101000101101001111110011001101010111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0768B; }

 p { color: rgb(192,118,139); }

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

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

 a { background-color: rgb(192,118,139); }

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

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

 span { border-color: rgb(192,118,139); }

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