Html Css Color HEX #C17078 Tapestry

📋 copy color: '#C17078'

red 193 ◦ green 112 ◦ blue 120

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

Shades of Tapestry #C17078

Tints of Tapestry #C17078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 45.41%
G = 26.35%
B = 28.24%

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

#C17078 (or 0xC17078) is known color: Tapestry. HEX triplet: C1, 70 and 78. RGB value is (193,112,120). Sum of RGB (Red+Green+Blue) = 193+112+120=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C17078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17078 is #3E8F87. Grayscale: #898989. Windows color (decimal): -4099976 or 7893185. OLE color: 7893185.

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

Color convert

RGB 193 112 120 -
CMYK 0 0.42 0.38 0.24
HSL 354.07º 0.4% 0.6% -
HSV(B) 354.07º 0.42% 0.76% -
XYZ 31.18 24.28 20.81 -
YUV 137.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 193 112 120 0 0.42 0.38 0.24 354.07 0.4 0.6
Hex C1 70 78 0 2A 26 18 162 28 3C
Octal 301 160 170 0 52 46 30 542 50 74
Binary 11000001 1110000 1111000 0 101010 100110 11000 101100010 101000 111100

Color Harmonies of #C17078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17078

Black with #C17078

Text Example


Text Example

White with #C17078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17078; }

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

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

background-color css

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

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

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

border-color css

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

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

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