Html Css Color HEX #C2737D Tapestry

📋 copy color: '#C2737D'

red 194 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #C2737D

Tints of Tapestry #C2737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.5%

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

R = 44.7%
G = 26.5%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2737D (or 0xC2737D) is known color: Tapestry. HEX triplet: C2, 73 and 7D. RGB value is (194,115,125). Sum of RGB (Red+Green+Blue) = 194+115+125=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2737D is #3D8C82. Grayscale: #8B8B8B. Windows color (decimal): -4033667 or 8221634. OLE color: 8221634.

HSL color Cylindrical-coordinate representation of color #C2737D: hue angle of 352.41º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2737D is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 115 125 -
CMYK 0 0.41 0.36 0.24
HSL 352.41º 0.39% 0.61% -
HSV(B) 352.41º 0.41% 0.76% -
XYZ 32.08 25.21 22.58 -
YUV 139.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 194 115 125 0 0.41 0.36 0.24 352.41 0.39 0.61
Hex C2 73 7D 0 29 24 18 160 27 3D
Octal 302 163 175 0 51 44 30 540 47 75
Binary 11000010 1110011 1111101 0 101001 100100 11000 101100000 100111 111101

Color Harmonies of #C2737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2737D

Black with #C2737D

Text Example


Text Example

White with #C2737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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