Html Css Color HEX #C0768C Tapestry

📋 copy color: '#C0768C'

red 192 ◦ green 118 ◦ blue 140

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

Shades of Tapestry #C0768C

Tints of Tapestry #C0768C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.22%

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 42.67%
G = 26.22%
B = 31.11%

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

#C0768C (or 0xC0768C) is known color: Tapestry. HEX triplet: C0, 76 and 8C. RGB value is (192,118,140). Sum of RGB (Red+Green+Blue) = 192+118+140=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0768C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0768C is #3F8973. Grayscale: #8E8E8E. Windows color (decimal): -4163956 or 9205440. OLE color: 9205440.

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

Color convert

RGB 192 118 140 -
CMYK 0 0.39 0.27 0.25
HSL 342.16º 0.37% 0.61% -
HSV(B) 342.16º 0.39% 0.75% -
XYZ 32.95 26.06 28.1 -
YUV 142.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 192 118 140 0 0.39 0.27 0.25 342.16 0.37 0.61
Hex C0 76 8C 0 27 1B 19 156 25 3D
Octal 300 166 214 0 47 33 31 526 45 75
Binary 11000000 1110110 10001100 0 100111 11011 11001 101010110 100101 111101

Color Harmonies of #C0768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0768C

Black with #C0768C

Text Example


Text Example

White with #C0768C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0768C; }

 p { color: rgb(192,118,140); }

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

background-color css

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

 a { background-color: rgb(192,118,140); }

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

border-color css

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

 span { border-color: rgb(192,118,140); }

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