Html Css Color HEX #C2667D Tapestry

📋 copy color: '#C2667D'

red 194 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #C2667D

Tints of Tapestry #C2667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.69%

R = 46.08%
G = 24.23%
B = 29.69%

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

#C2667D (or 0xC2667D) is known color: Tapestry. HEX triplet: C2, 66 and 7D. RGB value is (194,102,125). Sum of RGB (Red+Green+Blue) = 194+102+125=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 125 (49.22% from 255 or 29.69% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2667D is #3D9982. Grayscale: #848484. Windows color (decimal): -4036995 or 8218306. OLE color: 8218306.

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

Color convert

RGB 194 102 125 -
CMYK 0 0.47 0.36 0.24
HSL 345º 0.43% 0.58% -
HSV(B) 345º 0.47% 0.76% -
XYZ 30.7 22.45 22.12 -
YUV 132.13 123.98 172.13 -
System Red Green Blue C M Y K H S L
Decimal 194 102 125 0 0.47 0.36 0.24 345 0.43 0.58
Hex C2 66 7D 0 2F 24 18 159 2B 3A
Octal 302 146 175 0 57 44 30 531 53 72
Binary 11000010 1100110 1111101 0 101111 100100 11000 101011001 101011 111010

Color Harmonies of #C2667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2667D

Black with #C2667D

Text Example


Text Example

White with #C2667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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