Html Css Color HEX #C1607D Tapestry

📋 copy color: '#C1607D'

red 193 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #C1607D

Tints of Tapestry #C1607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

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

R = 46.62%
G = 23.19%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1607D (or 0xC1607D) is known color: Tapestry. HEX triplet: C1, 60 and 7D. RGB value is (193,96,125). Sum of RGB (Red+Green+Blue) = 193+96+125=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1607D is #3E9F82. Grayscale: #808080. Windows color (decimal): -4104067 or 8216769. OLE color: 8216769.

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

Color convert

RGB 193 96 125 -
CMYK 0 0.50 0.35 0.24
HSL 342.06º 0.44% 0.57% -
HSV(B) 342.06º 0.5% 0.76% -
XYZ 29.88 21.18 21.92 -
YUV 128.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 193 96 125 0 0.50 0.35 0.24 342.06 0.44 0.57
Hex C1 60 7D 0 32 23 18 156 2C 39
Octal 301 140 175 0 62 43 30 526 54 71
Binary 11000001 1100000 1111101 0 110010 100011 11000 101010110 101100 111001

Color Harmonies of #C1607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1607D

Black with #C1607D

Text Example


Text Example

White with #C1607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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