Html Css Color HEX #C17284 Tapestry

📋 copy color: '#C17284'

red 193 ◦ green 114 ◦ blue 132

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

Shades of Tapestry #C17284

Tints of Tapestry #C17284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.07%

R = 43.96%
G = 25.97%
B = 30.07%

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

#C17284 (or 0xC17284) is known color: Tapestry. HEX triplet: C1, 72 and 84. RGB value is (193,114,132). Sum of RGB (Red+Green+Blue) = 193+114+132=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 114 (44.92% from 255 or 25.97% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C17284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17284 is #3E8D7B. Grayscale: #8B8B8B. Windows color (decimal): -4099452 or 8680129. OLE color: 8680129.

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

Color convert

RGB 193 114 132 -
CMYK 0 0.41 0.32 0.24
HSL 346.33º 0.39% 0.6% -
HSV(B) 346.33º 0.41% 0.76% -
XYZ 32.17 25.04 24.97 -
YUV 139.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 193 114 132 0 0.41 0.32 0.24 346.33 0.39 0.6
Hex C1 72 84 0 29 20 18 15A 27 3C
Octal 301 162 204 0 51 40 30 532 47 74
Binary 11000001 1110010 10000100 0 101001 100000 11000 101011010 100111 111100

Color Harmonies of #C17284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17284

Black with #C17284

Text Example


Text Example

White with #C17284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17284; }

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

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

background-color css

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

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

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

border-color css

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

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

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