Html Css Color HEX #C0637F Tapestry

📋 copy color: '#C0637F'

red 192 ◦ green 99 ◦ blue 127

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

Shades of Tapestry #C0637F

Tints of Tapestry #C0637F

RGB

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

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

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

R = 45.93%
G = 23.68%
B = 30.38%

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

#C0637F (or 0xC0637F) is known color: Tapestry. HEX triplet: C0, 63 and 7F. RGB value is (192,99,127). Sum of RGB (Red+Green+Blue) = 192+99+127=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0637F is #3F9C80. Grayscale: #818181. Windows color (decimal): -4168833 or 8348608. OLE color: 8348608.

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

Color convert

RGB 192 99 127 -
CMYK 0 0.48 0.34 0.25
HSL 341.94º 0.42% 0.57% -
HSV(B) 341.94º 0.48% 0.75% -
XYZ 30.03 21.66 22.68 -
YUV 130 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 192 99 127 0 0.48 0.34 0.25 341.94 0.42 0.57
Hex C0 63 7F 0 30 22 19 156 2A 39
Octal 300 143 177 0 60 42 31 526 52 71
Binary 11000000 1100011 1111111 0 110000 100010 11001 101010110 101010 111001

Color Harmonies of #C0637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0637F

Black with #C0637F

Text Example


Text Example

White with #C0637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0637F; }

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

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

background-color css

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

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

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

border-color css

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

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

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