Html Css Color HEX #C05F7C Tapestry

📋 copy color: '#C05F7C'

red 192 ◦ green 95 ◦ blue 124

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

Shades of Tapestry #C05F7C

Tints of Tapestry #C05F7C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.11%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 46.72%
G = 23.11%
B = 30.17%

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

#C05F7C (or 0xC05F7C) is known color: Tapestry. HEX triplet: C0, 5F and 7C. RGB value is (192,95,124). Sum of RGB (Red+Green+Blue) = 192+95+124=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F7C is #3FA083. Grayscale: #7F7F7F. Windows color (decimal): -4169860 or 8150976. OLE color: 8150976.

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

Color convert

RGB 192 95 124 -
CMYK 0 0.51 0.35 0.25
HSL 342.06º 0.43% 0.56% -
HSV(B) 342.06º 0.51% 0.75% -
XYZ 29.47 20.85 21.54 -
YUV 127.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 192 95 124 0 0.51 0.35 0.25 342.06 0.43 0.56
Hex C0 5F 7C 0 33 23 19 156 2B 38
Octal 300 137 174 0 63 43 31 526 53 70
Binary 11000000 1011111 1111100 0 110011 100011 11001 101010110 101011 111000

Color Harmonies of #C05F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F7C

Black with #C05F7C

Text Example


Text Example

White with #C05F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F7C; }

 p { color: rgb(192,95,124); }

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

background-color css

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

 a { background-color: rgb(192,95,124); }

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

border-color css

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

 span { border-color: rgb(192,95,124); }

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