Html Css Color HEX #C0758D Tapestry

📋 copy color: '#C0758D'

red 192 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #C0758D

Tints of Tapestry #C0758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.33%

R = 42.67%
G = 26%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0758D (or 0xC0758D) is known color: Tapestry. HEX triplet: C0, 75 and 8D. RGB value is (192,117,141). Sum of RGB (Red+Green+Blue) = 192+117+141=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0758D is #3F8A72. Grayscale: #8E8E8E. Windows color (decimal): -4164211 or 9270720. OLE color: 9270720.

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

Color convert

RGB 192 117 141 -
CMYK 0 0.39 0.27 0.25
HSL 340.8º 0.37% 0.61% -
HSV(B) 340.8º 0.39% 0.75% -
XYZ 32.91 25.85 28.45 -
YUV 142.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 192 117 141 0 0.39 0.27 0.25 340.8 0.37 0.61
Hex C0 75 8D 0 27 1B 19 155 25 3D
Octal 300 165 215 0 47 33 31 525 45 75
Binary 11000000 1110101 10001101 0 100111 11011 11001 101010101 100101 111101

Color Harmonies of #C0758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0758D

Black with #C0758D

Text Example


Text Example

White with #C0758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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