Html Css Color HEX #C2677F Tapestry

📋 copy color: '#C2677F'

red 194 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #C2677F

Tints of Tapestry #C2677F

RGB

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

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

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

R = 45.75%
G = 24.29%
B = 29.95%

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

#C2677F (or 0xC2677F) is known color: Tapestry. HEX triplet: C2, 67 and 7F. RGB value is (194,103,127). Sum of RGB (Red+Green+Blue) = 194+103+127=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C2677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2677F is #3D9880. Grayscale: #848484. Windows color (decimal): -4036737 or 8349634. OLE color: 8349634.

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

Color convert

RGB 194 103 127 -
CMYK 0 0.47 0.35 0.24
HSL 344.18º 0.43% 0.58% -
HSV(B) 344.18º 0.47% 0.76% -
XYZ 30.93 22.7 22.83 -
YUV 132.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 194 103 127 0 0.47 0.35 0.24 344.18 0.43 0.58
Hex C2 67 7F 0 2F 23 18 158 2B 3A
Octal 302 147 177 0 57 43 30 530 53 72
Binary 11000010 1100111 1111111 0 101111 100011 11000 101011000 101011 111010

Color Harmonies of #C2677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2677F

Black with #C2677F

Text Example


Text Example

White with #C2677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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