#C06683

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

Shades of Tapestry #C06683

Tints of Tapestry #C06683

Color information

#C06683 (or 0xC06683) is unknown color: approx Tapestry. HEX triplet: C0, 66 and 83. RGB value is (192,102,131). Sum of RGB (Red+Green+Blue) = 192+102+131=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C06683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06683 is #3F997C. Grayscale: #848484. Windows color (decimal): -4168061 or 8611520. OLE color: 8611520.

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

Color convert

RGB192102131-
CMYK00.470.320.25
HSL340.67º41.67%57.65%-
HSV(B)340.67º46.88%75.29%-
XYZ30.5922.3524.17-
YUV132.22127.32170.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 131 (51.56% from 255) = 30.82%
R=45.18%
G=24%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210213100.470.320.25340.6741.6757.65
HexC0668302F20191552a3a
Octal30014620305740315255272
Binary11000000110011010000011010111110000011001101010101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06683; }

 p { color: rgb(192,102,131); }

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

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

 a { background-color: rgb(192,102,131); }

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

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

 span { border-color: rgb(192,102,131); }

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