Html Css Color HEX #C2747B Tapestry

📋 copy color: '#C2747B'

red 194 ◦ green 116 ◦ blue 123

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

Shades of Tapestry #C2747B

Tints of Tapestry #C2747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.79%

 BLUE value IS 123 (48.44% from 255) = 28.41%

R = 44.8%
G = 26.79%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2747B (or 0xC2747B) is known color: Tapestry. HEX triplet: C2, 74 and 7B. RGB value is (194,116,123). Sum of RGB (Red+Green+Blue) = 194+116+123=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2747B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2747B is #3D8B84. Grayscale: #8C8C8C. Windows color (decimal): -4033413 or 8090818. OLE color: 8090818.

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

Color convert

RGB 194 116 123 -
CMYK 0 0.40 0.37 0.24
HSL 354.62º 0.39% 0.61% -
HSV(B) 354.62º 0.4% 0.76% -
XYZ 32.07 25.39 21.95 -
YUV 140.12 118.34 166.43 -
System Red Green Blue C M Y K H S L
Decimal 194 116 123 0 0.40 0.37 0.24 354.62 0.39 0.61
Hex C2 74 7B 0 28 25 18 163 27 3D
Octal 302 164 173 0 50 45 30 543 47 75
Binary 11000010 1110100 1111011 0 101000 100101 11000 101100011 100111 111101

Color Harmonies of #C2747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2747B

Black with #C2747B

Text Example


Text Example

White with #C2747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2747B; }

 p { color: rgb(194,116,123); }

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

background-color css

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

 a { background-color: rgb(194,116,123); }

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

border-color css

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

 span { border-color: rgb(194,116,123); }

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