Html Css Color HEX #C06978 Tapestry

📋 copy color: '#C06978'

red 192 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #C06978

Tints of Tapestry #C06978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.18%

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

R = 46.04%
G = 25.18%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06978 (or 0xC06978) is known color: Tapestry. HEX triplet: C0, 69 and 78. RGB value is (192,105,120). Sum of RGB (Red+Green+Blue) = 192+105+120=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C06978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06978 is #3F9687. Grayscale: #848484. Windows color (decimal): -4167304 or 7891392. OLE color: 7891392.

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

Color convert

RGB 192 105 120 -
CMYK 0 0.45 0.38 0.25
HSL 349.66º 0.41% 0.58% -
HSV(B) 349.66º 0.45% 0.75% -
XYZ 30.18 22.67 20.55 -
YUV 132.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 192 105 120 0 0.45 0.38 0.25 349.66 0.41 0.58
Hex C0 69 78 0 2D 26 19 15E 29 3A
Octal 300 151 170 0 55 46 31 536 51 72
Binary 11000000 1101001 1111000 0 101101 100110 11001 101011110 101001 111010

Color Harmonies of #C06978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06978

Black with #C06978

Text Example


Text Example

White with #C06978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06978; }

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

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

background-color css

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

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

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

border-color css

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

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

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