#C0767B

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

Shades of Tapestry #C0767B

Tints of Tapestry #C0767B

Color information

#C0767B (or 0xC0767B) is unknown color: approx Tapestry. HEX triplet: C0, 76 and 7B. RGB value is (192,118,123). Sum of RGB (Red+Green+Blue) = 192+118+123=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0767B is #3F8984. Grayscale: #8C8C8C. Windows color (decimal): -4163973 or 8091328. OLE color: 8091328.

HSL color Cylindrical-coordinate representation of color #C0767B: hue angle of 355.95º 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 #C0767B is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB192118123-
CMYK00.390.360.25
HSL355.95º37%60.78%-
HSV(B)355.95º38.54%75.29%-
XYZ31.7925.5922-
YUV140.7118.02164.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 118 (46.48% from 255) = 27.25%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=44.34%
G=27.25%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211812300.390.360.25355.953760.78
HexC0767B0272419164253d
Octal30016617304744315444575
Binary1100000011101101111011010011110010011001101100100100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0767B; }

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

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

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

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

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

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

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

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