Html Css Color HEX #C17278 Tapestry

📋 copy color: '#C17278'

red 193 ◦ green 114 ◦ blue 120

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

Shades of Tapestry #C17278

Tints of Tapestry #C17278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 45.2%
G = 26.7%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C17278 (or 0xC17278) is known color: Tapestry. HEX triplet: C1, 72 and 78. RGB value is (193,114,120). Sum of RGB (Red+Green+Blue) = 193+114+120=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C17278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17278 is #3E8D87. Grayscale: #8A8A8A. Windows color (decimal): -4099464 or 7893697. OLE color: 7893697.

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

Color convert

RGB 193 114 120 -
CMYK 0 0.41 0.38 0.24
HSL 355.44º 0.39% 0.6% -
HSV(B) 355.44º 0.41% 0.76% -
XYZ 31.4 24.73 20.89 -
YUV 138.31 117.67 167.01 -
System Red Green Blue C M Y K H S L
Decimal 193 114 120 0 0.41 0.38 0.24 355.44 0.39 0.6
Hex C1 72 78 0 29 26 18 163 27 3C
Octal 301 162 170 0 51 46 30 543 47 74
Binary 11000001 1110010 1111000 0 101001 100110 11000 101100011 100111 111100

Color Harmonies of #C17278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17278

Black with #C17278

Text Example


Text Example

White with #C17278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17278; }

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

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

background-color css

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

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

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

border-color css

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

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

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