Html Css Color HEX #C1627E Tapestry

📋 copy color: '#C1627E'

red 193 ◦ green 98 ◦ blue 126

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

Shades of Tapestry #C1627E

Tints of Tapestry #C1627E

RGB

 RED value IS 193 (75.78% from 255) = 46.28%

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

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

R = 46.28%
G = 23.5%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1627E (or 0xC1627E) is known color: Tapestry. HEX triplet: C1, 62 and 7E. RGB value is (193,98,126). Sum of RGB (Red+Green+Blue) = 193+98+126=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1627E is #3E9D81. Grayscale: #818181. Windows color (decimal): -4103554 or 8282817. OLE color: 8282817.

HSL color Cylindrical-coordinate representation of color #C1627E: hue angle of 342.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C1627E is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 98 126 -
CMYK 0 0.49 0.35 0.24
HSL 342.32º 0.43% 0.57% -
HSV(B) 342.32º 0.49% 0.76% -
XYZ 30.13 21.58 22.32 -
YUV 129.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 193 98 126 0 0.49 0.35 0.24 342.32 0.43 0.57
Hex C1 62 7E 0 31 23 18 156 2B 39
Octal 301 142 176 0 61 43 30 526 53 71
Binary 11000001 1100010 1111110 0 110001 100011 11000 101010110 101011 111001

Color Harmonies of #C1627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1627E

Black with #C1627E

Text Example


Text Example

White with #C1627E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1627E; }

 p { color: rgb(193,98,126); }

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

background-color css

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

 a { background-color: rgb(193,98,126); }

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

border-color css

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

 span { border-color: rgb(193,98,126); }

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