Html Css Color HEX #C0717F Tapestry

📋 copy color: '#C0717F'

red 192 ◦ green 113 ◦ blue 127

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

Shades of Tapestry #C0717F

Tints of Tapestry #C0717F

RGB

 RED value IS 192 (75.39% from 255) = 44.44%

 GREEN value IS 113 (44.53% from 255) = 26.16%

 BLUE value IS 127 (50% from 255) = 29.4%

R = 44.44%
G = 26.16%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0717F (or 0xC0717F) is known color: Tapestry. HEX triplet: C0, 71 and 7F. RGB value is (192,113,127). Sum of RGB (Red+Green+Blue) = 192+113+127=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0717F is #3F8E80. Grayscale: #8A8A8A. Windows color (decimal): -4165249 or 8352192. OLE color: 8352192.

HSL color Cylindrical-coordinate representation of color #C0717F: hue angle of 349.37º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C0717F is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 127 -
CMYK 0 0.41 0.34 0.25
HSL 349.37º 0.39% 0.6% -
HSV(B) 349.37º 0.41% 0.75% -
XYZ 31.47 24.55 23.16 -
YUV 138.22 121.67 166.36 -
System Red Green Blue C M Y K H S L
Decimal 192 113 127 0 0.41 0.34 0.25 349.37 0.39 0.6
Hex C0 71 7F 0 29 22 19 15D 27 3C
Octal 300 161 177 0 51 42 31 535 47 74
Binary 11000000 1110001 1111111 0 101001 100010 11001 101011101 100111 111100

Color Harmonies of #C0717F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0717F

Black with #C0717F

Text Example


Text Example

White with #C0717F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0717F; }

 p { color: rgb(192,113,127); }

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

background-color css

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

 a { background-color: rgb(192,113,127); }

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

border-color css

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

 span { border-color: rgb(192,113,127); }

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