Html Css Color HEX #C0647F Tapestry

📋 copy color: '#C0647F'

red 192 ◦ green 100 ◦ blue 127

#C0647F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #C0647F

Tints of Tapestry #C0647F

RGB

 RED value IS 192 (75.39% from 255) = 45.82%

 GREEN value IS 100 (39.45% from 255) = 23.87%

 BLUE value IS 127 (50% from 255) = 30.31%

R = 45.82%
G = 23.87%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0647F (or 0xC0647F) is known color: Tapestry. HEX triplet: C0, 64 and 7F. RGB value is (192,100,127). Sum of RGB (Red+Green+Blue) = 192+100+127=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0647F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0647F is #3F9B80. Grayscale: #828282. Windows color (decimal): -4168577 or 8348864. OLE color: 8348864.

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

Color convert

RGB 192 100 127 -
CMYK 0 0.48 0.34 0.25
HSL 342.39º 0.42% 0.57% -
HSV(B) 342.39º 0.48% 0.75% -
XYZ 30.13 21.85 22.71 -
YUV 130.59 125.98 171.8 -
System Red Green Blue C M Y K H S L
Decimal 192 100 127 0 0.48 0.34 0.25 342.39 0.42 0.57
Hex C0 64 7F 0 30 22 19 156 2A 39
Octal 300 144 177 0 60 42 31 526 52 71
Binary 11000000 1100100 1111111 0 110000 100010 11001 101010110 101010 111001

Color Harmonies of #C0647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0647F

Black with #C0647F

Text Example


Text Example

White with #C0647F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0647F; }

 p { color: rgb(192,100,127); }

 H1.HeaderClassName
 {
   color: #C0647F;
 }
 .AnyTagClassName
 {
   color: #C0647F;
 }
</style>

background-color css

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

 a { background-color: rgb(192,100,127); }

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

border-color css

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

 span { border-color: rgb(192,100,127); }

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