Html Css Color HEX #C2617F Tapestry

📋 copy color: '#C2617F'

red 194 ◦ green 97 ◦ blue 127

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

Shades of Tapestry #C2617F

Tints of Tapestry #C2617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.38%

R = 46.41%
G = 23.21%
B = 30.38%

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

#C2617F (or 0xC2617F) is known color: Tapestry. HEX triplet: C2, 61 and 7F. RGB value is (194,97,127). Sum of RGB (Red+Green+Blue) = 194+97+127=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2617F is #3D9E80. Grayscale: #818181. Windows color (decimal): -4038273 or 8348098. OLE color: 8348098.

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

Color convert

RGB 194 97 127 -
CMYK 0 0.50 0.35 0.24
HSL 341.44º 0.44% 0.57% -
HSV(B) 341.44º 0.5% 0.76% -
XYZ 30.35 21.55 22.64 -
YUV 129.42 126.64 174.06 -
System Red Green Blue C M Y K H S L
Decimal 194 97 127 0 0.50 0.35 0.24 341.44 0.44 0.57
Hex C2 61 7F 0 32 23 18 155 2C 39
Octal 302 141 177 0 62 43 30 525 54 71
Binary 11000010 1100001 1111111 0 110010 100011 11000 101010101 101100 111001

Color Harmonies of #C2617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2617F

Black with #C2617F

Text Example


Text Example

White with #C2617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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