Html Css Color HEX #C17283 Tapestry

📋 copy color: '#C17283'

red 193 ◦ green 114 ◦ blue 131

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

Shades of Tapestry #C17283

Tints of Tapestry #C17283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.91%

R = 44.06%
G = 26.03%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C17283 (or 0xC17283) is known color: Tapestry. HEX triplet: C1, 72 and 83. RGB value is (193,114,131). Sum of RGB (Red+Green+Blue) = 193+114+131=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 114 (44.92% from 255 or 26.03% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C17283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17283 is #3E8D7C. Grayscale: #8B8B8B. Windows color (decimal): -4099453 or 8614593. OLE color: 8614593.

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

Color convert

RGB 193 114 131 -
CMYK 0 0.41 0.32 0.24
HSL 347.09º 0.39% 0.6% -
HSV(B) 347.09º 0.41% 0.76% -
XYZ 32.11 25.01 24.61 -
YUV 139.56 123.17 166.12 -
System Red Green Blue C M Y K H S L
Decimal 193 114 131 0 0.41 0.32 0.24 347.09 0.39 0.6
Hex C1 72 83 0 29 20 18 15B 27 3C
Octal 301 162 203 0 51 40 30 533 47 74
Binary 11000001 1110010 10000011 0 101001 100000 11000 101011011 100111 111100

Color Harmonies of #C17283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17283

Black with #C17283

Text Example


Text Example

White with #C17283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17283; }

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

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

background-color css

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

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

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

border-color css

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

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

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