Html Css Color HEX #C0727F Tapestry

📋 copy color: '#C0727F'

red 192 ◦ green 114 ◦ blue 127

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

Shades of Tapestry #C0727F

Tints of Tapestry #C0727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

 BLUE value IS 127 (50% from 255) = 29.33%

R = 44.34%
G = 26.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0727F (or 0xC0727F) is known color: Tapestry. HEX triplet: C0, 72 and 7F. RGB value is (192,114,127). Sum of RGB (Red+Green+Blue) = 192+114+127=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0727F is #3F8D80. Grayscale: #8A8A8A. Windows color (decimal): -4164993 or 8352448. OLE color: 8352448.

HSL color Cylindrical-coordinate representation of color #C0727F: hue angle of 350º degrees, saturation: 0.38, 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 #C0727F is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 114 127 -
CMYK 0 0.41 0.34 0.25
HSL 350º 0.38% 0.6% -
HSV(B) 350º 0.41% 0.75% -
XYZ 31.59 24.77 23.2 -
YUV 138.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 192 114 127 0 0.41 0.34 0.25 350 0.38 0.6
Hex C0 72 7F 0 29 22 19 15E 26 3C
Octal 300 162 177 0 51 42 31 536 46 74
Binary 11000000 1110010 1111111 0 101001 100010 11001 101011110 100110 111100

Color Harmonies of #C0727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0727F

Black with #C0727F

Text Example


Text Example

White with #C0727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0727F; }

 p { color: rgb(192,114,127); }

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

background-color css

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

 a { background-color: rgb(192,114,127); }

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

border-color css

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

 span { border-color: rgb(192,114,127); }

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