Html Css Color HEX #C16975 Tapestry

📋 copy color: '#C16975'

red 193 ◦ green 105 ◦ blue 117

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

Shades of Tapestry #C16975

Tints of Tapestry #C16975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.3%

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

R = 46.51%
G = 25.3%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C16975 (or 0xC16975) is known color: Tapestry. HEX triplet: C1, 69 and 75. RGB value is (193,105,117). Sum of RGB (Red+Green+Blue) = 193+105+117=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C16975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16975 is #3E968A. Grayscale: #848484. Windows color (decimal): -4101771 or 7694785. OLE color: 7694785.

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

Color convert

RGB 193 105 117 -
CMYK 0 0.46 0.39 0.24
HSL 351.82º 0.42% 0.58% -
HSV(B) 351.82º 0.46% 0.76% -
XYZ 30.25 22.72 19.62 -
YUV 132.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 193 105 117 0 0.46 0.39 0.24 351.82 0.42 0.58
Hex C1 69 75 0 2E 27 18 160 2A 3A
Octal 301 151 165 0 56 47 30 540 52 72
Binary 11000001 1101001 1110101 0 101110 100111 11000 101100000 101010 111010

Color Harmonies of #C16975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16975

Black with #C16975

Text Example


Text Example

White with #C16975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16975; }

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

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

background-color css

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

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

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

border-color css

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

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

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