Html Css Color HEX #C05E7E Tapestry

📋 copy color: '#C05E7E'

red 192 ◦ green 94 ◦ blue 126

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

Shades of Tapestry #C05E7E

Tints of Tapestry #C05E7E

RGB

 RED value IS 192 (75.39% from 255) = 46.6%

 GREEN value IS 94 (37.11% from 255) = 22.82%

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

R = 46.6%
G = 22.82%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C05E7E (or 0xC05E7E) is known color: Tapestry. HEX triplet: C0, 5E and 7E. RGB value is (192,94,126). Sum of RGB (Red+Green+Blue) = 192+94+126=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E7E is #3FA181. Grayscale: #7E7E7E. Windows color (decimal): -4170114 or 8281792. OLE color: 8281792.

HSL color Cylindrical-coordinate representation of color #C05E7E: hue angle of 340.41º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05E7E is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 126 -
CMYK 0 0.51 0.34 0.25
HSL 340.41º 0.44% 0.56% -
HSV(B) 340.41º 0.51% 0.75% -
XYZ 29.51 20.72 22.18 -
YUV 126.95 127.47 174.4 -
System Red Green Blue C M Y K H S L
Decimal 192 94 126 0 0.51 0.34 0.25 340.41 0.44 0.56
Hex C0 5E 7E 0 33 22 19 154 2C 38
Octal 300 136 176 0 63 42 31 524 54 70
Binary 11000000 1011110 1111110 0 110011 100010 11001 101010100 101100 111000

Color Harmonies of #C05E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E7E

Black with #C05E7E

Text Example


Text Example

White with #C05E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E7E; }

 p { color: rgb(192,94,126); }

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

background-color css

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

 a { background-color: rgb(192,94,126); }

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

border-color css

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

 span { border-color: rgb(192,94,126); }

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