Html Css Color HEX #C06977 Tapestry

📋 copy color: '#C06977'

red 192 ◦ green 105 ◦ blue 119

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

Shades of Tapestry #C06977

Tints of Tapestry #C06977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.61%

R = 46.15%
G = 25.24%
B = 28.61%

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

#C06977 (or 0xC06977) is known color: Tapestry. HEX triplet: C0, 69 and 77. RGB value is (192,105,119). Sum of RGB (Red+Green+Blue) = 192+105+119=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C06977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06977 is #3F9688. Grayscale: #848484. Windows color (decimal): -4167305 or 7825856. OLE color: 7825856.

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

Color convert

RGB 192 105 119 -
CMYK 0 0.45 0.38 0.25
HSL 350.34º 0.41% 0.58% -
HSV(B) 350.34º 0.45% 0.75% -
XYZ 30.12 22.64 20.24 -
YUV 132.61 120.32 170.36 -
System Red Green Blue C M Y K H S L
Decimal 192 105 119 0 0.45 0.38 0.25 350.34 0.41 0.58
Hex C0 69 77 0 2D 26 19 15E 29 3A
Octal 300 151 167 0 55 46 31 536 51 72
Binary 11000000 1101001 1110111 0 101101 100110 11001 101011110 101001 111010

Color Harmonies of #C06977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06977

Black with #C06977

Text Example


Text Example

White with #C06977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06977; }

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

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

background-color css

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

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

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

border-color css

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

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

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