Html Css Color HEX #C0757D Tapestry

📋 copy color: '#C0757D'

red 192 ◦ green 117 ◦ blue 125

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

Shades of Tapestry #C0757D

Tints of Tapestry #C0757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 44.24%
G = 26.96%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0757D (or 0xC0757D) is known color: Tapestry. HEX triplet: C0, 75 and 7D. RGB value is (192,117,125). Sum of RGB (Red+Green+Blue) = 192+117+125=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0757D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0757D is #3F8A82. Grayscale: #8C8C8C. Windows color (decimal): -4164227 or 8222144. OLE color: 8222144.

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

Color convert

RGB 192 117 125 -
CMYK 0 0.39 0.35 0.25
HSL 353.6º 0.37% 0.61% -
HSV(B) 353.6º 0.39% 0.75% -
XYZ 31.8 25.41 22.63 -
YUV 140.34 119.35 164.85 -
System Red Green Blue C M Y K H S L
Decimal 192 117 125 0 0.39 0.35 0.25 353.6 0.37 0.61
Hex C0 75 7D 0 27 23 19 162 25 3D
Octal 300 165 175 0 47 43 31 542 45 75
Binary 11000000 1110101 1111101 0 100111 100011 11001 101100010 100101 111101

Color Harmonies of #C0757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0757D

Black with #C0757D

Text Example


Text Example

White with #C0757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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