Html Css Color HEX #C0757A Tapestry

📋 copy color: '#C0757A'

red 192 ◦ green 117 ◦ blue 122

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

Shades of Tapestry #C0757A

Tints of Tapestry #C0757A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 44.55%
G = 27.15%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0757A (or 0xC0757A) is known color: Tapestry. HEX triplet: C0, 75 and 7A. RGB value is (192,117,122). Sum of RGB (Red+Green+Blue) = 192+117+122=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0757A is #3F8A85. Grayscale: #8C8C8C. Windows color (decimal): -4164230 or 8025536. OLE color: 8025536.

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

Color convert

RGB 192 117 122 -
CMYK 0 0.39 0.36 0.25
HSL 356º 0.37% 0.61% -
HSV(B) 356º 0.39% 0.75% -
XYZ 31.61 25.33 21.64 -
YUV 140 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 192 117 122 0 0.39 0.36 0.25 356 0.37 0.61
Hex C0 75 7A 0 27 24 19 164 25 3D
Octal 300 165 172 0 47 44 31 544 45 75
Binary 11000000 1110101 1111010 0 100111 100100 11001 101100100 100101 111101

Color Harmonies of #C0757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0757A

Black with #C0757A

Text Example


Text Example

White with #C0757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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