Html Css Color HEX #C0718A Tapestry

📋 copy color: '#C0718A'

red 192 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #C0718A

Tints of Tapestry #C0718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.15%

R = 43.34%
G = 25.51%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0718A (or 0xC0718A) is known color: Tapestry. HEX triplet: C0, 71 and 8A. RGB value is (192,113,138). Sum of RGB (Red+Green+Blue) = 192+113+138=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 138 (54.30% from 255 or 31.15% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0718A is #3F8E75. Grayscale: #8B8B8B. Windows color (decimal): -4165238 or 9073088. OLE color: 9073088.

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

Color convert

RGB 192 113 138 -
CMYK 0 0.41 0.28 0.25
HSL 341.01º 0.39% 0.6% -
HSV(B) 341.01º 0.41% 0.75% -
XYZ 32.23 24.85 27.14 -
YUV 139.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 192 113 138 0 0.41 0.28 0.25 341.01 0.39 0.6
Hex C0 71 8A 0 29 1C 19 155 27 3C
Octal 300 161 212 0 51 34 31 525 47 74
Binary 11000000 1110001 10001010 0 101001 11100 11001 101010101 100111 111100

Color Harmonies of #C0718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0718A

Black with #C0718A

Text Example


Text Example

White with #C0718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0718A; }

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

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

background-color css

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

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

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

border-color css

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

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

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