Html Css Color HEX #C0777C Tapestry

📋 copy color: '#C0777C'

red 192 ◦ green 119 ◦ blue 124

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

Shades of Tapestry #C0777C

Tints of Tapestry #C0777C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.36%

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

R = 44.14%
G = 27.36%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0777C (or 0xC0777C) is known color: Tapestry. HEX triplet: C0, 77 and 7C. RGB value is (192,119,124). Sum of RGB (Red+Green+Blue) = 192+119+124=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0777C is #3F8883. Grayscale: #8D8D8D. Windows color (decimal): -4163716 or 8157120. OLE color: 8157120.

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

Color convert

RGB 192 119 124 -
CMYK 0 0.38 0.35 0.25
HSL 355.89º 0.37% 0.61% -
HSV(B) 355.89º 0.38% 0.75% -
XYZ 31.97 25.86 22.37 -
YUV 141.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 192 119 124 0 0.38 0.35 0.25 355.89 0.37 0.61
Hex C0 77 7C 0 26 23 19 164 25 3D
Octal 300 167 174 0 46 43 31 544 45 75
Binary 11000000 1110111 1111100 0 100110 100011 11001 101100100 100101 111101

Color Harmonies of #C0777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0777C

Black with #C0777C

Text Example


Text Example

White with #C0777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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