Html Css Color HEX #C2667C Tapestry

📋 copy color: '#C2667C'

red 194 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #C2667C

Tints of Tapestry #C2667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

 BLUE value IS 124 (48.83% from 255) = 29.52%

R = 46.19%
G = 24.29%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2667C (or 0xC2667C) is known color: Tapestry. HEX triplet: C2, 66 and 7C. RGB value is (194,102,124). Sum of RGB (Red+Green+Blue) = 194+102+124=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2667C is #3D9983. Grayscale: #848484. Windows color (decimal): -4036996 or 8152770. OLE color: 8152770.

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

Color convert

RGB 194 102 124 -
CMYK 0 0.47 0.36 0.24
HSL 345.65º 0.43% 0.58% -
HSV(B) 345.65º 0.47% 0.76% -
XYZ 30.64 22.43 21.78 -
YUV 132.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 194 102 124 0 0.47 0.36 0.24 345.65 0.43 0.58
Hex C2 66 7C 0 2F 24 18 15A 2B 3A
Octal 302 146 174 0 57 44 30 532 53 72
Binary 11000010 1100110 1111100 0 101111 100100 11000 101011010 101011 111010

Color Harmonies of #C2667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2667C

Black with #C2667C

Text Example


Text Example

White with #C2667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2667C; }

 p { color: rgb(194,102,124); }

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

background-color css

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

 a { background-color: rgb(194,102,124); }

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

border-color css

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

 span { border-color: rgb(194,102,124); }

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