Html Css Color HEX #C5607E Tapestry

📋 copy color: '#C5607E'

red 197 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #C5607E

Tints of Tapestry #C5607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.91%

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

R = 47.02%
G = 22.91%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5607E (or 0xC5607E) is known color: Tapestry. HEX triplet: C5, 60 and 7E. RGB value is (197,96,126). Sum of RGB (Red+Green+Blue) = 197+96+126=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5607E is #3A9F81. Grayscale: #818181. Windows color (decimal): -3841922 or 8282309. OLE color: 8282309.

HSL color Cylindrical-coordinate representation of color #C5607E: hue angle of 342.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5607E is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 96 126 -
CMYK 0 0.51 0.36 0.23
HSL 342.18º 0.47% 0.57% -
HSV(B) 342.18º 0.51% 0.77% -
XYZ 30.97 21.74 22.3 -
YUV 129.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 197 96 126 0 0.51 0.36 0.23 342.18 0.47 0.57
Hex C5 60 7E 0 33 24 17 156 2F 39
Octal 305 140 176 0 63 44 27 526 57 71
Binary 11000101 1100000 1111110 0 110011 100100 10111 101010110 101111 111001

Color Harmonies of #C5607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5607E

Black with #C5607E

Text Example


Text Example

White with #C5607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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