Html Css Color HEX #C2717A Tapestry

📋 copy color: '#C2717A'

red 194 ◦ green 113 ◦ blue 122

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

Shades of Tapestry #C2717A

Tints of Tapestry #C2717A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.34%

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 45.22%
G = 26.34%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2717A (or 0xC2717A) is known color: Tapestry. HEX triplet: C2, 71 and 7A. RGB value is (194,113,122). Sum of RGB (Red+Green+Blue) = 194+113+122=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C2717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2717A is #3D8E85. Grayscale: #8A8A8A. Windows color (decimal): -4034182 or 8024514. OLE color: 8024514.

HSL color Cylindrical-coordinate representation of color #C2717A: hue angle of 353.33º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2717A is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 113 122 -
CMYK 0 0.42 0.37 0.24
HSL 353.33º 0.4% 0.6% -
HSV(B) 353.33º 0.42% 0.76% -
XYZ 31.67 24.68 21.51 -
YUV 138.25 118.84 167.77 -
System Red Green Blue C M Y K H S L
Decimal 194 113 122 0 0.42 0.37 0.24 353.33 0.4 0.6
Hex C2 71 7A 0 2A 25 18 161 28 3C
Octal 302 161 172 0 52 45 30 541 50 74
Binary 11000010 1110001 1111010 0 101010 100101 11000 101100001 101000 111100

Color Harmonies of #C2717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2717A

Black with #C2717A

Text Example


Text Example

White with #C2717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2717A; }

 p { color: rgb(194,113,122); }

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

background-color css

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

 a { background-color: rgb(194,113,122); }

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

border-color css

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

 span { border-color: rgb(194,113,122); }

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