Html Css Color HEX #C2617B Tapestry

📋 copy color: '#C2617B'

red 194 ◦ green 97 ◦ blue 123

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

Shades of Tapestry #C2617B

Tints of Tapestry #C2617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.43%

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

R = 46.86%
G = 23.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2617B (or 0xC2617B) is known color: Tapestry. HEX triplet: C2, 61 and 7B. RGB value is (194,97,123). Sum of RGB (Red+Green+Blue) = 194+97+123=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2617B is #3D9E84. Grayscale: #808080. Windows color (decimal): -4038277 or 8085954. OLE color: 8085954.

HSL color Cylindrical-coordinate representation of color #C2617B: hue angle of 343.92º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2617B is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 97 123 -
CMYK 0 0.50 0.37 0.24
HSL 343.92º 0.44% 0.57% -
HSV(B) 343.92º 0.5% 0.76% -
XYZ 30.1 21.45 21.29 -
YUV 128.97 124.64 174.39 -
System Red Green Blue C M Y K H S L
Decimal 194 97 123 0 0.50 0.37 0.24 343.92 0.44 0.57
Hex C2 61 7B 0 32 25 18 158 2C 39
Octal 302 141 173 0 62 45 30 530 54 71
Binary 11000010 1100001 1111011 0 110010 100101 11000 101011000 101100 111001

Color Harmonies of #C2617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2617B

Black with #C2617B

Text Example


Text Example

White with #C2617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2617B; }

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

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

background-color css

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

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

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

border-color css

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

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

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