Html Css Color HEX #C17077 Tapestry

📋 copy color: '#C17077'

red 193 ◦ green 112 ◦ blue 119

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

Shades of Tapestry #C17077

Tints of Tapestry #C17077

RGB

 RED value IS 193 (75.78% from 255) = 45.52%

 GREEN value IS 112 (44.14% from 255) = 26.42%

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

R = 45.52%
G = 26.42%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C17077 (or 0xC17077) is known color: Tapestry. HEX triplet: C1, 70 and 77. RGB value is (193,112,119). Sum of RGB (Red+Green+Blue) = 193+112+119=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C17077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17077 is #3E8F88. Grayscale: #898989. Windows color (decimal): -4099977 or 7827649. OLE color: 7827649.

HSL color Cylindrical-coordinate representation of color #C17077: hue angle of 354.81º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17077 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 119 -
CMYK 0 0.42 0.38 0.24
HSL 354.81º 0.4% 0.6% -
HSV(B) 354.81º 0.42% 0.76% -
XYZ 31.12 24.26 20.49 -
YUV 137.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 193 112 119 0 0.42 0.38 0.24 354.81 0.4 0.6
Hex C1 70 77 0 2A 26 18 163 28 3C
Octal 301 160 167 0 52 46 30 543 50 74
Binary 11000001 1110000 1110111 0 101010 100110 11000 101100011 101000 111100

Color Harmonies of #C17077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17077

Black with #C17077

Text Example


Text Example

White with #C17077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17077; }

 p { color: rgb(193,112,119); }

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

background-color css

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

 a { background-color: rgb(193,112,119); }

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

border-color css

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

 span { border-color: rgb(193,112,119); }

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