Html Css Color HEX #C06579 Tapestry

📋 copy color: '#C06579'

red 192 ◦ green 101 ◦ blue 121

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

Shades of Tapestry #C06579

Tints of Tapestry #C06579

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.4%

 BLUE value IS 121 (47.66% from 255) = 29.23%

R = 46.38%
G = 24.4%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C06579 (or 0xC06579) is known color: Tapestry. HEX triplet: C0, 65 and 79. RGB value is (192,101,121). Sum of RGB (Red+Green+Blue) = 192+101+121=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C06579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06579 is #3F9A86. Grayscale: #828282. Windows color (decimal): -4168327 or 7955904. OLE color: 7955904.

HSL color Cylindrical-coordinate representation of color #C06579: hue angle of 346.81º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06579 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 121 -
CMYK 0 0.47 0.37 0.25
HSL 346.81º 0.42% 0.57% -
HSV(B) 346.81º 0.47% 0.75% -
XYZ 29.84 21.89 20.74 -
YUV 130.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 192 101 121 0 0.47 0.37 0.25 346.81 0.42 0.57
Hex C0 65 79 0 2F 25 19 15B 2A 39
Octal 300 145 171 0 57 45 31 533 52 71
Binary 11000000 1100101 1111001 0 101111 100101 11001 101011011 101010 111001

Color Harmonies of #C06579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06579

Black with #C06579

Text Example


Text Example

White with #C06579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06579; }

 p { color: rgb(192,101,121); }

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

background-color css

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

 a { background-color: rgb(192,101,121); }

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

border-color css

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

 span { border-color: rgb(192,101,121); }

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