Html Css Color HEX #C0758B Tapestry

📋 copy color: '#C0758B'

red 192 ◦ green 117 ◦ blue 139

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

Shades of Tapestry #C0758B

Tints of Tapestry #C0758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.12%

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 42.86%
G = 26.12%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0758B (or 0xC0758B) is known color: Tapestry. HEX triplet: C0, 75 and 8B. RGB value is (192,117,139). Sum of RGB (Red+Green+Blue) = 192+117+139=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0758B is #3F8A74. Grayscale: #8D8D8D. Windows color (decimal): -4164213 or 9139648. OLE color: 9139648.

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

Color convert

RGB 192 117 139 -
CMYK 0 0.39 0.28 0.25
HSL 342.4º 0.37% 0.61% -
HSV(B) 342.4º 0.39% 0.75% -
XYZ 32.76 25.79 27.68 -
YUV 141.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 192 117 139 0 0.39 0.28 0.25 342.4 0.37 0.61
Hex C0 75 8B 0 27 1C 19 156 25 3D
Octal 300 165 213 0 47 34 31 526 45 75
Binary 11000000 1110101 10001011 0 100111 11100 11001 101010110 100101 111101

Color Harmonies of #C0758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0758B

Black with #C0758B

Text Example


Text Example

White with #C0758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0758B; }

 p { color: rgb(192,117,139); }

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

background-color css

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

 a { background-color: rgb(192,117,139); }

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

border-color css

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

 span { border-color: rgb(192,117,139); }

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