Html Css Color HEX #C16775 Tapestry

📋 copy color: '#C16775'

red 193 ◦ green 103 ◦ blue 117

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

Shades of Tapestry #C16775

Tints of Tapestry #C16775

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.94%

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 46.73%
G = 24.94%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C16775 (or 0xC16775) is known color: Tapestry. HEX triplet: C1, 67 and 75. RGB value is (193,103,117). Sum of RGB (Red+Green+Blue) = 193+103+117=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C16775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16775 is #3E988A. Grayscale: #838383. Windows color (decimal): -4102283 or 7694273. OLE color: 7694273.

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

Color convert

RGB 193 103 117 -
CMYK 0 0.47 0.39 0.24
HSL 350.67º 0.42% 0.58% -
HSV(B) 350.67º 0.47% 0.76% -
XYZ 30.05 22.32 19.55 -
YUV 131.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 193 103 117 0 0.47 0.39 0.24 350.67 0.42 0.58
Hex C1 67 75 0 2F 27 18 15F 2A 3A
Octal 301 147 165 0 57 47 30 537 52 72
Binary 11000001 1100111 1110101 0 101111 100111 11000 101011111 101010 111010

Color Harmonies of #C16775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16775

Black with #C16775

Text Example


Text Example

White with #C16775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16775; }

 p { color: rgb(193,103,117); }

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

background-color css

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

 a { background-color: rgb(193,103,117); }

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

border-color css

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

 span { border-color: rgb(193,103,117); }

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