Html Css Color HEX #C5667E Tapestry

📋 copy color: '#C5667E'

red 197 ◦ green 102 ◦ blue 126

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

Shades of Tapestry #C5667E

Tints of Tapestry #C5667E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 46.35%
G = 24%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5667E (or 0xC5667E) is known color: Tapestry. HEX triplet: C5, 66 and 7E. RGB value is (197,102,126). Sum of RGB (Red+Green+Blue) = 197+102+126=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667E is #3A9981. Grayscale: #858585. Windows color (decimal): -3840386 or 8283845. OLE color: 8283845.

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

Color convert

RGB 197 102 126 -
CMYK 0 0.48 0.36 0.23
HSL 344.84º 0.45% 0.59% -
HSV(B) 344.84º 0.48% 0.77% -
XYZ 31.54 22.88 22.49 -
YUV 133.14 123.97 173.55 -
System Red Green Blue C M Y K H S L
Decimal 197 102 126 0 0.48 0.36 0.23 344.84 0.45 0.59
Hex C5 66 7E 0 30 24 17 159 2D 3B
Octal 305 146 176 0 60 44 27 531 55 73
Binary 11000101 1100110 1111110 0 110000 100100 10111 101011001 101101 111011

Color Harmonies of #C5667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5667E

Black with #C5667E

Text Example


Text Example

White with #C5667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5667E; }

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

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

background-color css

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

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

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

border-color css

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

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

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