Html Css Color HEX #C2607E Tapestry

📋 copy color: '#C2607E'

red 194 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #C2607E

Tints of Tapestry #C2607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.08%

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

R = 46.63%
G = 23.08%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2607E (or 0xC2607E) is known color: Tapestry. HEX triplet: C2, 60 and 7E. RGB value is (194,96,126). Sum of RGB (Red+Green+Blue) = 194+96+126=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C2607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2607E is #3D9F81. Grayscale: #808080. Windows color (decimal): -4038530 or 8282306. OLE color: 8282306.

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

Color convert

RGB 194 96 126 -
CMYK 0 0.51 0.35 0.24
HSL 341.63º 0.45% 0.57% -
HSV(B) 341.63º 0.51% 0.76% -
XYZ 30.2 21.34 22.27 -
YUV 128.72 126.47 174.56 -
System Red Green Blue C M Y K H S L
Decimal 194 96 126 0 0.51 0.35 0.24 341.63 0.45 0.57
Hex C2 60 7E 0 33 23 18 156 2D 39
Octal 302 140 176 0 63 43 30 526 55 71
Binary 11000010 1100000 1111110 0 110011 100011 11000 101010110 101101 111001

Color Harmonies of #C2607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2607E

Black with #C2607E

Text Example


Text Example

White with #C2607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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