Html Css Color HEX #C06E7C Tapestry

📋 copy color: '#C06E7C'

red 192 ◦ green 110 ◦ blue 124

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

Shades of Tapestry #C06E7C

Tints of Tapestry #C06E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 45.07%
G = 25.82%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C06E7C (or 0xC06E7C) is known color: Tapestry. HEX triplet: C0, 6E and 7C. RGB value is (192,110,124). Sum of RGB (Red+Green+Blue) = 192+110+124=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06E7C is #3F9183. Grayscale: #888888. Windows color (decimal): -4166020 or 8154816. OLE color: 8154816.

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

Color convert

RGB 192 110 124 -
CMYK 0 0.43 0.35 0.25
HSL 349.76º 0.39% 0.59% -
HSV(B) 349.76º 0.43% 0.75% -
XYZ 30.95 23.81 22.03 -
YUV 136.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 192 110 124 0 0.43 0.35 0.25 349.76 0.39 0.59
Hex C0 6E 7C 0 2B 23 19 15E 27 3B
Octal 300 156 174 0 53 43 31 536 47 73
Binary 11000000 1101110 1111100 0 101011 100011 11001 101011110 100111 111011

Color Harmonies of #C06E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E7C

Black with #C06E7C

Text Example


Text Example

White with #C06E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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