Html Css Color HEX #C17282 Tapestry

📋 copy color: '#C17282'

red 193 ◦ green 114 ◦ blue 130

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

Shades of Tapestry #C17282

Tints of Tapestry #C17282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.09%

 BLUE value IS 130 (51.17% from 255) = 29.75%

R = 44.16%
G = 26.09%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C17282 (or 0xC17282) is known color: Tapestry. HEX triplet: C1, 72 and 82. RGB value is (193,114,130). Sum of RGB (Red+Green+Blue) = 193+114+130=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C17282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17282 is #3E8D7D. Grayscale: #8B8B8B. Windows color (decimal): -4099454 or 8549057. OLE color: 8549057.

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

Color convert

RGB 193 114 130 -
CMYK 0 0.41 0.33 0.24
HSL 347.85º 0.39% 0.6% -
HSV(B) 347.85º 0.41% 0.76% -
XYZ 32.04 24.98 24.25 -
YUV 139.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 193 114 130 0 0.41 0.33 0.24 347.85 0.39 0.6
Hex C1 72 82 0 29 21 18 15C 27 3C
Octal 301 162 202 0 51 41 30 534 47 74
Binary 11000001 1110010 10000010 0 101001 100001 11000 101011100 100111 111100

Color Harmonies of #C17282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17282

Black with #C17282

Text Example


Text Example

White with #C17282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17282; }

 p { color: rgb(193,114,130); }

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

background-color css

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

 a { background-color: rgb(193,114,130); }

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

border-color css

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

 span { border-color: rgb(193,114,130); }

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