Html Css Color HEX #C07180 Tapestry

📋 copy color: '#C07180'

red 192 ◦ green 113 ◦ blue 128

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

Shades of Tapestry #C07180

Tints of Tapestry #C07180

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.1%

 BLUE value IS 128 (50.39% from 255) = 29.56%

R = 44.34%
G = 26.1%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C07180 (or 0xC07180) is known color: Tapestry. HEX triplet: C0, 71 and 80. RGB value is (192,113,128). Sum of RGB (Red+Green+Blue) = 192+113+128=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C07180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07180 is #3F8E7F. Grayscale: #8A8A8A. Windows color (decimal): -4165248 or 8417728. OLE color: 8417728.

HSL color Cylindrical-coordinate representation of color #C07180: hue angle of 348.61º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07180 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 128 -
CMYK 0 0.41 0.33 0.25
HSL 348.61º 0.39% 0.6% -
HSV(B) 348.61º 0.41% 0.75% -
XYZ 31.54 24.58 23.5 -
YUV 138.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 192 113 128 0 0.41 0.33 0.25 348.61 0.39 0.6
Hex C0 71 80 0 29 21 19 15D 27 3C
Octal 300 161 200 0 51 41 31 535 47 74
Binary 11000000 1110001 10000000 0 101001 100001 11001 101011101 100111 111100

Color Harmonies of #C07180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07180

Black with #C07180

Text Example


Text Example

White with #C07180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07180; }

 p { color: rgb(192,113,128); }

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

background-color css

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

 a { background-color: rgb(192,113,128); }

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

border-color css

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

 span { border-color: rgb(192,113,128); }

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