Html Css Color HEX #C07177 Tapestry

📋 copy color: '#C07177'

red 192 ◦ green 113 ◦ blue 119

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

Shades of Tapestry #C07177

Tints of Tapestry #C07177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.65%

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 45.28%
G = 26.65%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C07177 (or 0xC07177) is known color: Tapestry. HEX triplet: C0, 71 and 77. RGB value is (192,113,119). Sum of RGB (Red+Green+Blue) = 192+113+119=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07177 is #3F8E88. Grayscale: #898989. Windows color (decimal): -4165257 or 7827904. OLE color: 7827904.

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

Color convert

RGB 192 113 119 -
CMYK 0 0.41 0.38 0.25
HSL 355.44º 0.39% 0.6% -
HSV(B) 355.44º 0.41% 0.75% -
XYZ 30.97 24.35 20.52 -
YUV 137.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 192 113 119 0 0.41 0.38 0.25 355.44 0.39 0.6
Hex C0 71 77 0 29 26 19 163 27 3C
Octal 300 161 167 0 51 46 31 543 47 74
Binary 11000000 1110001 1110111 0 101001 100110 11001 101100011 100111 111100

Color Harmonies of #C07177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07177

Black with #C07177

Text Example


Text Example

White with #C07177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07177; }

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

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

background-color css

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

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

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

border-color css

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

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

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