Html Css Color HEX #C0637D Tapestry

📋 copy color: '#C0637D'

red 192 ◦ green 99 ◦ blue 125

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

Shades of Tapestry #C0637D

Tints of Tapestry #C0637D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 46.15%
G = 23.8%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0637D (or 0xC0637D) is known color: Tapestry. HEX triplet: C0, 63 and 7D. RGB value is (192,99,125). Sum of RGB (Red+Green+Blue) = 192+99+125=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0637D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0637D is #3F9C82. Grayscale: #818181. Windows color (decimal): -4168835 or 8217536. OLE color: 8217536.

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

Color convert

RGB 192 99 125 -
CMYK 0 0.48 0.35 0.25
HSL 343.23º 0.42% 0.57% -
HSV(B) 343.23º 0.48% 0.75% -
XYZ 29.9 21.61 22 -
YUV 129.77 125.31 172.39 -
System Red Green Blue C M Y K H S L
Decimal 192 99 125 0 0.48 0.35 0.25 343.23 0.42 0.57
Hex C0 63 7D 0 30 23 19 157 2A 39
Octal 300 143 175 0 60 43 31 527 52 71
Binary 11000000 1100011 1111101 0 110000 100011 11001 101010111 101010 111001

Color Harmonies of #C0637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0637D

Black with #C0637D

Text Example


Text Example

White with #C0637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0637D; }

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

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

background-color css

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

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

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

border-color css

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

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

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