#C06D7B

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

Shades of Tapestry #C06D7B

Tints of Tapestry #C06D7B

Color information

#C06D7B (or 0xC06D7B) is unknown color: approx Tapestry. HEX triplet: C0, 6D and 7B. RGB value is (192,109,123). Sum of RGB (Red+Green+Blue) = 192+109+123=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D7B is #3F9284. Grayscale: #878787. Windows color (decimal): -4166277 or 8089024. OLE color: 8089024.

HSL color Cylindrical-coordinate representation of color #C06D7B: hue angle of 349.88º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06D7B is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB192109123-
CMYK00.430.360.25
HSL349.88º39.71%59.02%-
HSV(B)349.88º43.23%75.29%-
XYZ30.7823.5721.67-
YUV135.41121168.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 109 (42.97% from 255) = 25.71%
BLUE value IS 123 (48.44% from 255) = 29.01%
R=45.28%
G=25.71%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210912300.430.360.25349.8839.7159.02
HexC06D7B02B241915e283b
Octal30015517305344315365073
Binary1100000011011011111011010101110010011001101011110101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D7B; }

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

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

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

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

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

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

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

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