Html Css Color HEX #C1627D Tapestry

📋 copy color: '#C1627D'

red 193 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #C1627D

Tints of Tapestry #C1627D

RGB

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

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

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

R = 46.39%
G = 23.56%
B = 30.05%

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

#C1627D (or 0xC1627D) is known color: Tapestry. HEX triplet: C1, 62 and 7D. RGB value is (193,98,125). Sum of RGB (Red+Green+Blue) = 193+98+125=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1627D is #3E9D82. Grayscale: #818181. Windows color (decimal): -4103555 or 8217281. OLE color: 8217281.

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

Color convert

RGB 193 98 125 -
CMYK 0 0.49 0.35 0.24
HSL 342.95º 0.43% 0.57% -
HSV(B) 342.95º 0.49% 0.76% -
XYZ 30.06 21.55 21.98 -
YUV 129.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 193 98 125 0 0.49 0.35 0.24 342.95 0.43 0.57
Hex C1 62 7D 0 31 23 18 157 2B 39
Octal 301 142 175 0 61 43 30 527 53 71
Binary 11000001 1100010 1111101 0 110001 100011 11000 101010111 101011 111001

Color Harmonies of #C1627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1627D

Black with #C1627D

Text Example


Text Example

White with #C1627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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