Html Css Color HEX #C06776 Tapestry

📋 copy color: '#C06776'

red 192 ◦ green 103 ◦ blue 118

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

Shades of Tapestry #C06776

Tints of Tapestry #C06776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.57%

R = 46.49%
G = 24.94%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06776 (or 0xC06776) is known color: Tapestry. HEX triplet: C0, 67 and 76. RGB value is (192,103,118). Sum of RGB (Red+Green+Blue) = 192+103+118=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 103 (40.62% from 255 or 24.94% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C06776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06776 is #3F9889. Grayscale: #838383. Windows color (decimal): -4167818 or 7759808. OLE color: 7759808.

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

Color convert

RGB 192 103 118 -
CMYK 0 0.46 0.39 0.25
HSL 349.89º 0.41% 0.58% -
HSV(B) 349.89º 0.46% 0.75% -
XYZ 29.86 22.21 19.85 -
YUV 131.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 192 103 118 0 0.46 0.39 0.25 349.89 0.41 0.58
Hex C0 67 76 0 2E 27 19 15E 29 3A
Octal 300 147 166 0 56 47 31 536 51 72
Binary 11000000 1100111 1110110 0 101110 100111 11001 101011110 101001 111010

Color Harmonies of #C06776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06776

Black with #C06776

Text Example


Text Example

White with #C06776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06776; }

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

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

background-color css

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

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

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

border-color css

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

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

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