Html Css Color HEX #C0727C Tapestry

📋 copy color: '#C0727C'

red 192 ◦ green 114 ◦ blue 124

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

Shades of Tapestry #C0727C

Tints of Tapestry #C0727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.84%

R = 44.65%
G = 26.51%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0727C (or 0xC0727C) is known color: Tapestry. HEX triplet: C0, 72 and 7C. RGB value is (192,114,124). Sum of RGB (Red+Green+Blue) = 192+114+124=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0727C is #3F8D83. Grayscale: #8A8A8A. Windows color (decimal): -4164996 or 8155840. OLE color: 8155840.

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

Color convert

RGB 192 114 124 -
CMYK 0 0.41 0.35 0.25
HSL 352.31º 0.38% 0.6% -
HSV(B) 352.31º 0.41% 0.75% -
XYZ 31.39 24.7 22.18 -
YUV 138.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 192 114 124 0 0.41 0.35 0.25 352.31 0.38 0.6
Hex C0 72 7C 0 29 23 19 160 26 3C
Octal 300 162 174 0 51 43 31 540 46 74
Binary 11000000 1110010 1111100 0 101001 100011 11001 101100000 100110 111100

Color Harmonies of #C0727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0727C

Black with #C0727C

Text Example


Text Example

White with #C0727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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