Html Css Color HEX #C06778 Tapestry

📋 copy color: '#C06778'

red 192 ◦ green 103 ◦ blue 120

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

Shades of Tapestry #C06778

Tints of Tapestry #C06778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.82%

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

R = 46.27%
G = 24.82%
B = 28.92%

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

#C06778 (or 0xC06778) is known color: Tapestry. HEX triplet: C0, 67 and 78. RGB value is (192,103,120). Sum of RGB (Red+Green+Blue) = 192+103+120=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C06778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06778 is #3F9887. Grayscale: #838383. Windows color (decimal): -4167816 or 7890880. OLE color: 7890880.

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

Color convert

RGB 192 103 120 -
CMYK 0 0.46 0.38 0.25
HSL 348.54º 0.41% 0.58% -
HSV(B) 348.54º 0.46% 0.75% -
XYZ 29.98 22.26 20.49 -
YUV 131.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 192 103 120 0 0.46 0.38 0.25 348.54 0.41 0.58
Hex C0 67 78 0 2E 26 19 15D 29 3A
Octal 300 147 170 0 56 46 31 535 51 72
Binary 11000000 1100111 1111000 0 101110 100110 11001 101011101 101001 111010

Color Harmonies of #C06778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06778

Black with #C06778

Text Example


Text Example

White with #C06778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06778; }

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

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

background-color css

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

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

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

border-color css

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

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

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