Html Css Color HEX #C06878 Tapestry

📋 copy color: '#C06878'

red 192 ◦ green 104 ◦ blue 120

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

Shades of Tapestry #C06878

Tints of Tapestry #C06878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25%

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 46.15%
G = 25%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06878 (or 0xC06878) is known color: Tapestry. HEX triplet: C0, 68 and 78. RGB value is (192,104,120). Sum of RGB (Red+Green+Blue) = 192+104+120=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 104 (41.02% from 255 or 25% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C06878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06878 is #3F9787. Grayscale: #848484. Windows color (decimal): -4167560 or 7891136. OLE color: 7891136.

HSL color Cylindrical-coordinate representation of color #C06878: hue angle of 349.09º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06878 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 120 -
CMYK 0 0.46 0.38 0.25
HSL 349.09º 0.41% 0.58% -
HSV(B) 349.09º 0.46% 0.75% -
XYZ 30.08 22.46 20.52 -
YUV 132.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 192 104 120 0 0.46 0.38 0.25 349.09 0.41 0.58
Hex C0 68 78 0 2E 26 19 15D 29 3A
Octal 300 150 170 0 56 46 31 535 51 72
Binary 11000000 1101000 1111000 0 101110 100110 11001 101011101 101001 111010

Color Harmonies of #C06878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06878

Black with #C06878

Text Example


Text Example

White with #C06878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06878; }

 p { color: rgb(192,104,120); }

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

background-color css

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

 a { background-color: rgb(192,104,120); }

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

border-color css

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

 span { border-color: rgb(192,104,120); }

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