Html Css Color HEX #C2617D Tapestry

📋 copy color: '#C2617D'

red 194 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #C2617D

Tints of Tapestry #C2617D

RGB

 RED value IS 194 (76.17% from 255) = 46.63%

 GREEN value IS 97 (38.28% from 255) = 23.32%

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

R = 46.63%
G = 23.32%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2617D (or 0xC2617D) is known color: Tapestry. HEX triplet: C2, 61 and 7D. RGB value is (194,97,125). Sum of RGB (Red+Green+Blue) = 194+97+125=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2617D is #3D9E82. Grayscale: #818181. Windows color (decimal): -4038275 or 8217026. OLE color: 8217026.

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

Color convert

RGB 194 97 125 -
CMYK 0 0.50 0.36 0.24
HSL 342.68º 0.44% 0.57% -
HSV(B) 342.68º 0.5% 0.76% -
XYZ 30.22 21.5 21.96 -
YUV 129.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 194 97 125 0 0.50 0.36 0.24 342.68 0.44 0.57
Hex C2 61 7D 0 32 24 18 157 2C 39
Octal 302 141 175 0 62 44 30 527 54 71
Binary 11000010 1100001 1111101 0 110010 100100 11000 101010111 101100 111001

Color Harmonies of #C2617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2617D

Black with #C2617D

Text Example


Text Example

White with #C2617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2617D; }

 p { color: rgb(194,97,125); }

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

background-color css

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

 a { background-color: rgb(194,97,125); }

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

border-color css

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

 span { border-color: rgb(194,97,125); }

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