Html Css Color HEX #C0627C Tapestry

📋 copy color: '#C0627C'

red 192 ◦ green 98 ◦ blue 124

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

Shades of Tapestry #C0627C

Tints of Tapestry #C0627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.67%

 BLUE value IS 124 (48.83% from 255) = 29.95%

R = 46.38%
G = 23.67%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0627C (or 0xC0627C) is known color: Tapestry. HEX triplet: C0, 62 and 7C. RGB value is (192,98,124). Sum of RGB (Red+Green+Blue) = 192+98+124=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0627C is #3F9D83. Grayscale: #818181. Windows color (decimal): -4169092 or 8151744. OLE color: 8151744.

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

Color convert

RGB 192 98 124 -
CMYK 0 0.49 0.35 0.25
HSL 343.4º 0.43% 0.57% -
HSV(B) 343.4º 0.49% 0.75% -
XYZ 29.74 21.4 21.63 -
YUV 129.07 125.14 172.89 -
System Red Green Blue C M Y K H S L
Decimal 192 98 124 0 0.49 0.35 0.25 343.4 0.43 0.57
Hex C0 62 7C 0 31 23 19 157 2B 39
Octal 300 142 174 0 61 43 31 527 53 71
Binary 11000000 1100010 1111100 0 110001 100011 11001 101010111 101011 111001

Color Harmonies of #C0627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0627C

Black with #C0627C

Text Example


Text Example

White with #C0627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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