Html Css Color HEX #C06E79 Tapestry

📋 copy color: '#C06E79'

red 192 ◦ green 110 ◦ blue 121

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

Shades of Tapestry #C06E79

Tints of Tapestry #C06E79

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26%

 BLUE value IS 121 (47.66% from 255) = 28.61%

R = 45.39%
G = 26%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C06E79 (or 0xC06E79) is known color: Tapestry. HEX triplet: C0, 6E and 79. RGB value is (192,110,121). Sum of RGB (Red+Green+Blue) = 192+110+121=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E79 is #3F9186. Grayscale: #878787. Windows color (decimal): -4166023 or 7958208. OLE color: 7958208.

HSL color Cylindrical-coordinate representation of color #C06E79: hue angle of 351.95º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06E79 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 110 121 -
CMYK 0 0.43 0.37 0.25
HSL 351.95º 0.39% 0.59% -
HSV(B) 351.95º 0.43% 0.75% -
XYZ 30.77 23.74 21.05 -
YUV 135.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 192 110 121 0 0.43 0.37 0.25 351.95 0.39 0.59
Hex C0 6E 79 0 2B 25 19 160 27 3B
Octal 300 156 171 0 53 45 31 540 47 73
Binary 11000000 1101110 1111001 0 101011 100101 11001 101100000 100111 111011

Color Harmonies of #C06E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E79

Black with #C06E79

Text Example


Text Example

White with #C06E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E79; }

 p { color: rgb(192,110,121); }

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

background-color css

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

 a { background-color: rgb(192,110,121); }

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

border-color css

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

 span { border-color: rgb(192,110,121); }

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