Html Css Color HEX #C07380 Tapestry

📋 copy color: '#C07380'

red 192 ◦ green 115 ◦ blue 128

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

Shades of Tapestry #C07380

Tints of Tapestry #C07380

RGB

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

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

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

R = 44.14%
G = 26.44%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C07380 (or 0xC07380) is known color: Tapestry. HEX triplet: C0, 73 and 80. RGB value is (192,115,128). Sum of RGB (Red+Green+Blue) = 192+115+128=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C07380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07380 is #3F8C7F. Grayscale: #8B8B8B. Windows color (decimal): -4164736 or 8418240. OLE color: 8418240.

HSL color Cylindrical-coordinate representation of color #C07380: hue angle of 349.87º 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 #C07380 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 115 128 -
CMYK 0 0.40 0.33 0.25
HSL 349.87º 0.38% 0.6% -
HSV(B) 349.87º 0.4% 0.75% -
XYZ 31.77 25.03 23.58 -
YUV 139.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 192 115 128 0 0.40 0.33 0.25 349.87 0.38 0.6
Hex C0 73 80 0 28 21 19 15E 26 3C
Octal 300 163 200 0 50 41 31 536 46 74
Binary 11000000 1110011 10000000 0 101000 100001 11001 101011110 100110 111100

Color Harmonies of #C07380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07380

Black with #C07380

Text Example


Text Example

White with #C07380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07380; }

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

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

background-color css

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

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

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

border-color css

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

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

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