Html Css Color HEX #C07379 Tapestry

📋 copy color: '#C07379'

red 192 ◦ green 115 ◦ blue 121

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

Shades of Tapestry #C07379

Tints of Tapestry #C07379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.87%

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

R = 44.86%
G = 26.87%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C07379 (or 0xC07379) is known color: Tapestry. HEX triplet: C0, 73 and 79. RGB value is (192,115,121). Sum of RGB (Red+Green+Blue) = 192+115+121=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 115 (45.31% from 255 or 26.87% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C07379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07379 is #3F8C86. Grayscale: #8A8A8A. Windows color (decimal): -4164743 or 7959488. OLE color: 7959488.

HSL color Cylindrical-coordinate representation of color #C07379: hue angle of 355.32º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07379 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 121 -
CMYK 0 0.40 0.37 0.25
HSL 355.32º 0.38% 0.6% -
HSV(B) 355.32º 0.4% 0.75% -
XYZ 31.32 24.85 21.23 -
YUV 138.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 192 115 121 0 0.40 0.37 0.25 355.32 0.38 0.6
Hex C0 73 79 0 28 25 19 163 26 3C
Octal 300 163 171 0 50 45 31 543 46 74
Binary 11000000 1110011 1111001 0 101000 100101 11001 101100011 100110 111100

Color Harmonies of #C07379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07379

Black with #C07379

Text Example


Text Example

White with #C07379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07379; }

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

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

background-color css

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

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

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

border-color css

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

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

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