Html Css Color HEX #C0637E Tapestry

📋 copy color: '#C0637E'

red 192 ◦ green 99 ◦ blue 126

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

Shades of Tapestry #C0637E

Tints of Tapestry #C0637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.74%

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 46.04%
G = 23.74%
B = 30.22%

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

#C0637E (or 0xC0637E) is known color: Tapestry. HEX triplet: C0, 63 and 7E. RGB value is (192,99,126). Sum of RGB (Red+Green+Blue) = 192+99+126=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0637E is #3F9C81. Grayscale: #818181. Windows color (decimal): -4168834 or 8283072. OLE color: 8283072.

HSL color Cylindrical-coordinate representation of color #C0637E: hue angle of 342.58º 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 #C0637E is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 99 126 -
CMYK 0 0.48 0.34 0.25
HSL 342.58º 0.42% 0.57% -
HSV(B) 342.58º 0.48% 0.75% -
XYZ 29.97 21.64 22.34 -
YUV 129.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 192 99 126 0 0.48 0.34 0.25 342.58 0.42 0.57
Hex C0 63 7E 0 30 22 19 157 2A 39
Octal 300 143 176 0 60 42 31 527 52 71
Binary 11000000 1100011 1111110 0 110000 100010 11001 101010111 101010 111001

Color Harmonies of #C0637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0637E

Black with #C0637E

Text Example


Text Example

White with #C0637E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0637E; }

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

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

background-color css

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

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

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

border-color css

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

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

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