Html Css Color HEX #C0777F Tapestry

📋 copy color: '#C0777F'

red 192 ◦ green 119 ◦ blue 127

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

Shades of Tapestry #C0777F

Tints of Tapestry #C0777F

RGB

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

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

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

R = 43.84%
G = 27.17%
B = 29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0777F (or 0xC0777F) is known color: Tapestry. HEX triplet: C0, 77 and 7F. RGB value is (192,119,127). Sum of RGB (Red+Green+Blue) = 192+119+127=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0777F is #3F8880. Grayscale: #8D8D8D. Windows color (decimal): -4163713 or 8353728. OLE color: 8353728.

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

Color convert

RGB 192 119 127 -
CMYK 0 0.38 0.34 0.25
HSL 353.42º 0.37% 0.61% -
HSV(B) 353.42º 0.38% 0.75% -
XYZ 32.17 25.93 23.39 -
YUV 141.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 192 119 127 0 0.38 0.34 0.25 353.42 0.37 0.61
Hex C0 77 7F 0 26 22 19 161 25 3D
Octal 300 167 177 0 46 42 31 541 45 75
Binary 11000000 1110111 1111111 0 100110 100010 11001 101100001 100101 111101

Color Harmonies of #C0777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0777F

Black with #C0777F

Text Example


Text Example

White with #C0777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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