Html Css Color HEX #C0757E Tapestry

📋 copy color: '#C0757E'

red 192 ◦ green 117 ◦ blue 126

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

Shades of Tapestry #C0757E

Tints of Tapestry #C0757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.97%

R = 44.14%
G = 26.9%
B = 28.97%

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

#C0757E (or 0xC0757E) is known color: Tapestry. HEX triplet: C0, 75 and 7E. RGB value is (192,117,126). Sum of RGB (Red+Green+Blue) = 192+117+126=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0757E is #3F8A81. Grayscale: #8C8C8C. Windows color (decimal): -4164226 or 8287680. OLE color: 8287680.

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

Color convert

RGB 192 117 126 -
CMYK 0 0.39 0.34 0.25
HSL 352.8º 0.37% 0.61% -
HSV(B) 352.8º 0.39% 0.75% -
XYZ 31.87 25.44 22.97 -
YUV 140.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 192 117 126 0 0.39 0.34 0.25 352.8 0.37 0.61
Hex C0 75 7E 0 27 22 19 161 25 3D
Octal 300 165 176 0 47 42 31 541 45 75
Binary 11000000 1110101 1111110 0 100111 100010 11001 101100001 100101 111101

Color Harmonies of #C0757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0757E

Black with #C0757E

Text Example


Text Example

White with #C0757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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