Html Css Color HEX #C0617C Tapestry

📋 copy color: '#C0617C'

red 192 ◦ green 97 ◦ blue 124

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

Shades of Tapestry #C0617C

Tints of Tapestry #C0617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.49%

 BLUE value IS 124 (48.83% from 255) = 30.02%

R = 46.49%
G = 23.49%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0617C (or 0xC0617C) is known color: Tapestry. HEX triplet: C0, 61 and 7C. RGB value is (192,97,124). Sum of RGB (Red+Green+Blue) = 192+97+124=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0617C is #3F9E83. Grayscale: #808080. Windows color (decimal): -4169348 or 8151488. OLE color: 8151488.

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

Color convert

RGB 192 97 124 -
CMYK 0 0.49 0.35 0.25
HSL 342.95º 0.43% 0.57% -
HSV(B) 342.95º 0.49% 0.75% -
XYZ 29.65 21.21 21.6 -
YUV 128.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 192 97 124 0 0.49 0.35 0.25 342.95 0.43 0.57
Hex C0 61 7C 0 31 23 19 157 2B 39
Octal 300 141 174 0 61 43 31 527 53 71
Binary 11000000 1100001 1111100 0 110001 100011 11001 101010111 101011 111001

Color Harmonies of #C0617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0617C

Black with #C0617C

Text Example


Text Example

White with #C0617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0617C; }

 p { color: rgb(192,97,124); }

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

background-color css

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

 a { background-color: rgb(192,97,124); }

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

border-color css

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

 span { border-color: rgb(192,97,124); }

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