Html Css Color HEX #C2667F Tapestry

📋 copy color: '#C2667F'

red 194 ◦ green 102 ◦ blue 127

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

Shades of Tapestry #C2667F

Tints of Tapestry #C2667F

RGB

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

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

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

R = 45.86%
G = 24.11%
B = 30.02%

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

#C2667F (or 0xC2667F) is known color: Tapestry. HEX triplet: C2, 66 and 7F. RGB value is (194,102,127). Sum of RGB (Red+Green+Blue) = 194+102+127=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2667F is #3D9980. Grayscale: #848484. Windows color (decimal): -4036993 or 8349378. OLE color: 8349378.

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

Color convert

RGB 194 102 127 -
CMYK 0 0.47 0.35 0.24
HSL 343.7º 0.43% 0.58% -
HSV(B) 343.7º 0.47% 0.76% -
XYZ 30.83 22.5 22.8 -
YUV 132.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 194 102 127 0 0.47 0.35 0.24 343.7 0.43 0.58
Hex C2 66 7F 0 2F 23 18 158 2B 3A
Octal 302 146 177 0 57 43 30 530 53 72
Binary 11000010 1100110 1111111 0 101111 100011 11000 101011000 101011 111010

Color Harmonies of #C2667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2667F

Black with #C2667F

Text Example


Text Example

White with #C2667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2667F; }

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

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

background-color css

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

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

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

border-color css

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

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

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