Html Css Color HEX #C06379 Tapestry

📋 copy color: '#C06379'

red 192 ◦ green 99 ◦ blue 121

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

Shades of Tapestry #C06379

Tints of Tapestry #C06379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.03%

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

R = 46.6%
G = 24.03%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C06379 (or 0xC06379) is known color: Tapestry. HEX triplet: C0, 63 and 79. RGB value is (192,99,121). Sum of RGB (Red+Green+Blue) = 192+99+121=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06379 is #3F9C86. Grayscale: #818181. Windows color (decimal): -4168839 or 7955392. OLE color: 7955392.

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

Color convert

RGB 192 99 121 -
CMYK 0 0.48 0.37 0.25
HSL 345.81º 0.42% 0.57% -
HSV(B) 345.81º 0.48% 0.75% -
XYZ 29.65 21.51 20.68 -
YUV 129.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 192 99 121 0 0.48 0.37 0.25 345.81 0.42 0.57
Hex C0 63 79 0 30 25 19 15A 2A 39
Octal 300 143 171 0 60 45 31 532 52 71
Binary 11000000 1100011 1111001 0 110000 100101 11001 101011010 101010 111001

Color Harmonies of #C06379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06379

Black with #C06379

Text Example


Text Example

White with #C06379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06379; }

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

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

background-color css

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

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

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

border-color css

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

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

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