#C06F7E

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

Shades of Tapestry #C06F7E

Tints of Tapestry #C06F7E

Color information

#C06F7E (or 0xC06F7E) is unknown color: approx Tapestry. HEX triplet: C0, 6F and 7E. RGB value is (192,111,126). Sum of RGB (Red+Green+Blue) = 192+111+126=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F7E is #3F9081. Grayscale: #888888. Windows color (decimal): -4165762 or 8286144. OLE color: 8286144.

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

Color convert

RGB192111126-
CMYK00.420.340.25
HSL348.89º39.13%59.41%-
HSV(B)348.89º42.19%75.29%-
XYZ31.1924.0822.74-
YUV136.93121.84167.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 111 (43.75% from 255) = 25.87%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=44.76%
G=25.87%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211112600.420.340.25348.8939.1359.41
HexC06F7E02A221915d273b
Octal30015717605242315354773
Binary1100000011011111111110010101010001011001101011101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F7E; }

 p { color: rgb(192,111,126); }

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

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

 a { background-color: rgb(192,111,126); }

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

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

 span { border-color: rgb(192,111,126); }

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