Html Css Color HEX #C05E7D Tapestry

📋 copy color: '#C05E7D'

red 192 ◦ green 94 ◦ blue 125

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

Shades of Tapestry #C05E7D

Tints of Tapestry #C05E7D

RGB

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

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

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

R = 46.72%
G = 22.87%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C05E7D (or 0xC05E7D) is known color: Tapestry. HEX triplet: C0, 5E and 7D. RGB value is (192,94,125). Sum of RGB (Red+Green+Blue) = 192+94+125=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05E7D is #3FA182. Grayscale: #7E7E7E. Windows color (decimal): -4170115 or 8216256. OLE color: 8216256.

HSL color Cylindrical-coordinate representation of color #C05E7D: hue angle of 341.02º 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 #C05E7D is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 94 125 -
CMYK 0 0.51 0.35 0.25
HSL 341.02º 0.44% 0.56% -
HSV(B) 341.02º 0.51% 0.75% -
XYZ 29.44 20.69 21.84 -
YUV 126.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 192 94 125 0 0.51 0.35 0.25 341.02 0.44 0.56
Hex C0 5E 7D 0 33 23 19 155 2C 38
Octal 300 136 175 0 63 43 31 525 54 70
Binary 11000000 1011110 1111101 0 110011 100011 11001 101010101 101100 111000

Color Harmonies of #C05E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05E7D

Black with #C05E7D

Text Example


Text Example

White with #C05E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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