Html Css Color HEX #C2677E Tapestry

📋 copy color: '#C2677E'

red 194 ◦ green 103 ◦ blue 126

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

Shades of Tapestry #C2677E

Tints of Tapestry #C2677E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.35%

 BLUE value IS 126 (49.61% from 255) = 29.79%

R = 45.86%
G = 24.35%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2677E (or 0xC2677E) is known color: Tapestry. HEX triplet: C2, 67 and 7E. RGB value is (194,103,126). Sum of RGB (Red+Green+Blue) = 194+103+126=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 103 (40.62% from 255 or 24.35% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2677E is #3D9881. Grayscale: #848484. Windows color (decimal): -4036738 or 8284098. OLE color: 8284098.

HSL color Cylindrical-coordinate representation of color #C2677E: hue angle of 344.84º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2677E is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 103 126 -
CMYK 0 0.47 0.35 0.24
HSL 344.84º 0.43% 0.58% -
HSV(B) 344.84º 0.47% 0.76% -
XYZ 30.86 22.68 22.49 -
YUV 132.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 194 103 126 0 0.47 0.35 0.24 344.84 0.43 0.58
Hex C2 67 7E 0 2F 23 18 159 2B 3A
Octal 302 147 176 0 57 43 30 531 53 72
Binary 11000010 1100111 1111110 0 101111 100011 11000 101011001 101011 111010

Color Harmonies of #C2677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2677E

Black with #C2677E

Text Example


Text Example

White with #C2677E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2677E; }

 p { color: rgb(194,103,126); }

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

background-color css

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

 a { background-color: rgb(194,103,126); }

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

border-color css

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

 span { border-color: rgb(194,103,126); }

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