Html Css Color HEX #C06E82 Tapestry

📋 copy color: '#C06E82'

red 192 ◦ green 110 ◦ blue 130

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

Shades of Tapestry #C06E82

Tints of Tapestry #C06E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 44.44%
G = 25.46%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06E82 (or 0xC06E82) is known color: Tapestry. HEX triplet: C0, 6E and 82. RGB value is (192,110,130). Sum of RGB (Red+Green+Blue) = 192+110+130=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E82 is #3F917D. Grayscale: #888888. Windows color (decimal): -4166014 or 8548032. OLE color: 8548032.

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

Color convert

RGB 192 110 130 -
CMYK 0 0.43 0.32 0.25
HSL 345.37º 0.39% 0.59% -
HSV(B) 345.37º 0.43% 0.75% -
XYZ 31.34 23.97 24.09 -
YUV 136.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 192 110 130 0 0.43 0.32 0.25 345.37 0.39 0.59
Hex C0 6E 82 0 2B 20 19 159 27 3B
Octal 300 156 202 0 53 40 31 531 47 73
Binary 11000000 1101110 10000010 0 101011 100000 11001 101011001 100111 111011

Color Harmonies of #C06E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06E82

Black with #C06E82

Text Example


Text Example

White with #C06E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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