Html Css Color HEX #C0757F Tapestry

📋 copy color: '#C0757F'

red 192 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #C0757F

Tints of Tapestry #C0757F

RGB

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

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

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

R = 44.04%
G = 26.83%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0757F (or 0xC0757F) is known color: Tapestry. HEX triplet: C0, 75 and 7F. RGB value is (192,117,127). Sum of RGB (Red+Green+Blue) = 192+117+127=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0757F is #3F8A80. Grayscale: #8C8C8C. Windows color (decimal): -4164225 or 8353216. OLE color: 8353216.

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

Color convert

RGB 192 117 127 -
CMYK 0 0.39 0.34 0.25
HSL 352º 0.37% 0.61% -
HSV(B) 352º 0.39% 0.75% -
XYZ 31.93 25.46 23.31 -
YUV 140.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 192 117 127 0 0.39 0.34 0.25 352 0.37 0.61
Hex C0 75 7F 0 27 22 19 160 25 3D
Octal 300 165 177 0 47 42 31 540 45 75
Binary 11000000 1110101 1111111 0 100111 100010 11001 101100000 100101 111101

Color Harmonies of #C0757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0757F

Black with #C0757F

Text Example


Text Example

White with #C0757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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