Html Css Color HEX #C07686 Tapestry

📋 copy color: '#C07686'

red 192 ◦ green 118 ◦ blue 134

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

Shades of Tapestry #C07686

Tints of Tapestry #C07686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 43.24%
G = 26.58%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C07686 (or 0xC07686) is known color: Tapestry. HEX triplet: C0, 76 and 86. RGB value is (192,118,134). Sum of RGB (Red+Green+Blue) = 192+118+134=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C07686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07686 is #3F8979. Grayscale: #8D8D8D. Windows color (decimal): -4163962 or 8812224. OLE color: 8812224.

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

Color convert

RGB 192 118 134 -
CMYK 0 0.39 0.30 0.25
HSL 347.03º 0.37% 0.61% -
HSV(B) 347.03º 0.39% 0.75% -
XYZ 32.52 25.88 25.84 -
YUV 141.95 123.52 163.7 -
System Red Green Blue C M Y K H S L
Decimal 192 118 134 0 0.39 0.30 0.25 347.03 0.37 0.61
Hex C0 76 86 0 27 1E 19 15B 25 3D
Octal 300 166 206 0 47 36 31 533 45 75
Binary 11000000 1110110 10000110 0 100111 11110 11001 101011011 100101 111101

Color Harmonies of #C07686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07686

Black with #C07686

Text Example


Text Example

White with #C07686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07686; }

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

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

background-color css

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

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

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

border-color css

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

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

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