Html Css Color HEX #C5667A Tapestry

📋 copy color: '#C5667A'

red 197 ◦ green 102 ◦ blue 122

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

Shades of Tapestry #C5667A

Tints of Tapestry #C5667A

RGB

 RED value IS 197 (77.34% from 255) = 46.79%

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 46.79%
G = 24.23%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5667A (or 0xC5667A) is known color: Tapestry. HEX triplet: C5, 66 and 7A. RGB value is (197,102,122). Sum of RGB (Red+Green+Blue) = 197+102+122=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667A is #3A9985. Grayscale: #848484. Windows color (decimal): -3840390 or 8021701. OLE color: 8021701.

HSL color Cylindrical-coordinate representation of color #C5667A: hue angle of 347.37º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5667A is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 102 122 -
CMYK 0 0.48 0.38 0.23
HSL 347.37º 0.45% 0.59% -
HSV(B) 347.37º 0.48% 0.77% -
XYZ 31.29 22.78 21.16 -
YUV 132.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 197 102 122 0 0.48 0.38 0.23 347.37 0.45 0.59
Hex C5 66 7A 0 30 26 17 15B 2D 3B
Octal 305 146 172 0 60 46 27 533 55 73
Binary 11000101 1100110 1111010 0 110000 100110 10111 101011011 101101 111011

Color Harmonies of #C5667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5667A

Black with #C5667A

Text Example


Text Example

White with #C5667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5667A; }

 p { color: rgb(197,102,122); }

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

background-color css

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

 a { background-color: rgb(197,102,122); }

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

border-color css

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

 span { border-color: rgb(197,102,122); }

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