Html Css Color HEX #C06576 Tapestry

📋 copy color: '#C06576'

red 192 ◦ green 101 ◦ blue 118

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

Shades of Tapestry #C06576

Tints of Tapestry #C06576

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.57%

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

R = 46.72%
G = 24.57%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06576 (or 0xC06576) is known color: Tapestry. HEX triplet: C0, 65 and 76. RGB value is (192,101,118). Sum of RGB (Red+Green+Blue) = 192+101+118=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 101 (39.84% from 255 or 24.57% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06576 is #3F9A89. Grayscale: #828282. Windows color (decimal): -4168330 or 7759296. OLE color: 7759296.

HSL color Cylindrical-coordinate representation of color #C06576: hue angle of 348.79º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06576 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 101 118 -
CMYK 0 0.47 0.39 0.25
HSL 348.79º 0.42% 0.57% -
HSV(B) 348.79º 0.47% 0.75% -
XYZ 29.66 21.82 19.79 -
YUV 130.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 192 101 118 0 0.47 0.39 0.25 348.79 0.42 0.57
Hex C0 65 76 0 2F 27 19 15D 2A 39
Octal 300 145 166 0 57 47 31 535 52 71
Binary 11000000 1100101 1110110 0 101111 100111 11001 101011101 101010 111001

Color Harmonies of #C06576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06576

Black with #C06576

Text Example


Text Example

White with #C06576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06576; }

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

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

background-color css

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

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

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

border-color css

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

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

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