#C0627B

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

Shades of Tapestry #C0627B

Tints of Tapestry #C0627B

Color information

#C0627B (or 0xC0627B) is unknown color: approx Tapestry. HEX triplet: C0, 62 and 7B. RGB value is (192,98,123). Sum of RGB (Red+Green+Blue) = 192+98+123=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0627B is #3F9D84. Grayscale: #808080. Windows color (decimal): -4169093 or 8086208. OLE color: 8086208.

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

Color convert

RGB19298123-
CMYK00.490.360.25
HSL344.04º42.73%56.86%-
HSV(B)344.04º48.96%75.29%-
XYZ29.6821.3721.3-
YUV128.96124.64172.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 98 (38.67% from 255) = 23.73%
BLUE value IS 123 (48.44% from 255) = 29.78%
R=46.49%
G=23.73%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929812300.490.360.25344.0442.7356.86
HexC0627B03124191582b39
Octal30014217306144315305371
Binary1100000011000101111011011000110010011001101011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0627B; }

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

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

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

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

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

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

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

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